Browse Source

流程修改

lizhenhao 2 years ago
parent
commit
93979ae9d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/flowable/task/TaskForm.vue

+ 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'
             }
           })