xiatian 11 месяцев назад
Родитель
Сommit
8135cc43c6
1 измененных файлов с 3 добавлено и 3 удалено
  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: "成功",