dufeng vor 3 Monaten
Ursprung
Commit
439b283fd7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
           }