소스 검색

字段修改

dufeng 3 달 전
부모
커밋
439b283fd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/workflowTask/approveCenter/approveList.js

+ 1 - 1
pages/workflowTask/approveCenter/approveList.js

@@ -52,7 +52,7 @@ export default {
 		  this.list = []
           console.log(val,'搜索关键字', this.type)
           if(this.type === 'myLaunch'){
-            this.queryParam['processInstanceId'] = val||undefined
+            this.queryParam['processNo'] = val||undefined
           }else{
             this.queryParam['queryName'] = val
           }