Parcourir la source

Merge branch 'master' of http://47.110.251.215:3000/web/saber into master

zhangh il y a 2 ans
Parent
commit
4f0cc508bf
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/work/process/leave/handle.vue

+ 2 - 0
src/views/work/process/leave/handle.vue

@@ -137,6 +137,7 @@
           processInstanceId: this.processInstanceId,
           flag: 'ok',
           comment: this.form.comment,
+          taskUser:this.form.taskUser,
         };
         completeTask(params).then(res => {
           const data = res.data;
@@ -158,6 +159,7 @@
           taskId: this.taskId,
           processInstanceId: this.processInstanceId,
           comment: this.form.comment,
+          taskUser:this.form.taskUser,
         };
         completeTask(params).then(res => {
           const data = res.data;