Browse Source

bug修改

zhangjie 3 years ago
parent
commit
3d80421aa7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/exam/components/ApplyContent.vue

+ 3 - 3
src/modules/exam/components/ApplyContent.vue

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