|
@@ -187,7 +187,7 @@
|
|
|
multiple
|
|
|
filterable
|
|
|
clearable
|
|
|
- style="width: 800px"
|
|
|
+ style="width: 700px"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="user in approveUserList"
|
|
@@ -284,7 +284,7 @@
|
|
|
multiple
|
|
|
filterable
|
|
|
clearable
|
|
|
- style="width: 800px"
|
|
|
+ style="width: 700px"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="user in approveUserList"
|
|
@@ -637,7 +637,7 @@ export default {
|
|
|
datas.courseCode = this.curTaskApply.courseCode;
|
|
|
}
|
|
|
if (this.IS_AUDIT) {
|
|
|
- datas.taskId = this.curTaskApply.flowId;
|
|
|
+ datas.taskId = this.curTaskApply.flowTaskId;
|
|
|
}
|
|
|
const data = await taskApproverNextPeople(datas);
|
|
|
this.approveUserList =
|