zhangjie %!s(int64=3) %!d(string=hai) anos
pai
achega
3d80421aa7
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/modules/exam/components/ApplyContent.vue

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

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