刘洋 10 meses atrás
pai
commit
acad9b8425

+ 2 - 0
src/modules/marking/views/MarkPaperCheck.vue

@@ -319,6 +319,7 @@
       title="违纪审核"
       width="400px"
       :visible.sync="dialogFormVisible"
+      :close-on-click-modal="false"
       @closed="auditDialogClosed"
     >
       <el-form ref="auditForm" :model="auditForm" label-width="90px">
@@ -354,6 +355,7 @@
             :autosize="{ minRows: 3, maxRows: 5 }"
             placeholder="请输入内容"
             style="width: 215px"
+            maxlength="100"
           ></el-input>
         </el-form-item>
         <div class="dialog-footer margin-top-10 text-center">

+ 19 - 0
src/modules/oe/views/ReexamineRecord.vue

@@ -75,6 +75,13 @@
               @click="resetPageAndSearchForm"
               >查询</el-button
             >
+            <el-button
+              size="small"
+              icon="el-icon-refresh"
+              @click="resetEcsFormSearch"
+            >
+              重置
+            </el-button>
           </el-form-item>
         </el-form>
         <div class="block-seperator"></div>
@@ -203,6 +210,16 @@ export default {
       this.currentPage = 1;
       this.searchForm();
     },
+    resetEcsFormSearch() {
+      this.formSearch = {
+        examId: "",
+        orgId: "",
+        courseId: "",
+        studentName: "",
+        studentCode: "",
+        identityNumber: "",
+      };
+    },
     searchForm() {
       if (!this.formSearch.examId) {
         this.$notify({
@@ -216,6 +233,8 @@ export default {
         .post(url, null, {
           params: {
             ...this.formSearch,
+            pageNo: this.currentPage,
+            pageSize: this.pageSize,
           },
           headers: {
             "content-type": "application/x-www-form-urlencoded",

+ 1 - 0
src/modules/oe/views/awaitingAudit.vue

@@ -432,6 +432,7 @@
               type="textarea"
               :autosize="{ minRows: 3, maxRows: 5 }"
               placeholder="请输入内容"
+              maxlength="100"
             ></el-input>
           </el-form-item>
           <div class="dialog-footer margin-top-10 text-center">