浏览代码

字段修改

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
           }