src/views/applyexam/index.vue
@@ -169,7 +169,7 @@ import { getApplyList, addApply, updateApply, cancelApply, remove, addExam } from "@/api/examapi/applyexam"; @@ -893,7 +893,7 @@ }) .then(() => { row.applyStatus = 4; return updateApply(row); return cancelApply(row); }) .then(() => { this.questionBankOnLoad(this.questionBankPage);