Browse Source

后端需求添加latest参数为true

dufeng 3 months ago
parent
commit
6970444ebb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/workflowTask/approveCenter/index.vue

+ 1 - 0
pages/workflowTask/approveCenter/index.vue

@@ -90,6 +90,7 @@
 			this.computedHeight()
             //获取列表
                   dibootApi.get('/workflow/processDefinition/list', {
+					  latest:true,
                       noPage: true
                     }).then((result) => {
                         this.processInstancelist=result.data.map(e=>{