lizhenhao 2 rokov pred
rodič
commit
93979ae9d1

+ 1 - 1
src/views/modules/flowable/task/TaskForm.vue

@@ -177,7 +177,7 @@
           taskDefId: this.taskDefKey
         }).then(({data}) => {
           data.flowButtonList.forEach(item => {
-            if (item.code === '_flow_reject') {
+            if (item.code === '_flow_agree') {
               this.status = 'audit'
             }
           })