浏览代码

流程相关

gangyj 3 年之前
父节点
当前提交
6f6664f27f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;