lizhenhao 2 anni fa
parent
commit
93979ae9d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
             }
           })