|
@@ -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;
|