|
@@ -444,6 +444,7 @@ export default {
|
|
illegallyTypeId: null,
|
|
illegallyTypeId: null,
|
|
disciplineDetail: "",
|
|
disciplineDetail: "",
|
|
isPass: false,
|
|
isPass: false,
|
|
|
|
+ fromMarking: true,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
doAudit() {
|
|
doAudit() {
|
|
@@ -454,9 +455,8 @@ export default {
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|
|
type: "warning",
|
|
type: "warning",
|
|
}).then(() => {
|
|
}).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(() => {
|
|
.then(() => {
|
|
this.$notify({
|
|
this.$notify({
|
|
title: "成功",
|
|
title: "成功",
|