Browse Source

违纪审核

xiatian 11 months ago
parent
commit
8135cc43c6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/modules/marking/views/MarkPaperCheck.vue

+ 3 - 3
src/modules/marking/views/MarkPaperCheck.vue

@@ -444,6 +444,7 @@ export default {
         illegallyTypeId: null,
         disciplineDetail: "",
         isPass: false,
+        fromMarking: true,
       };
     },
     doAudit() {
@@ -454,9 +455,8 @@ export default {
             cancelButtonText: "取消",
             type: "warning",
           }).then(() => {
-            var param = new URLSearchParams(this.auditForm);
-            this.$http
-              .post("/api/ecs_oe_admin/exam/audit/batch/audit", param)
+            this.$httpWithMsg
+              .post("/api/ecs_oe_admin/exam/audit/redoAudit", this.auditForm)
               .then(() => {
                 this.$notify({
                   title: "成功",