Parcourir la source

后端需求添加latest参数为true

dufeng il y a 4 mois
Parent
commit
6970444ebb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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=>{