lizhenhao 2 年 前
コミット
93979ae9d1
1 ファイル変更1 行追加1 行削除
  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'
             }
           })