Administrator
2021-08-11 2a2990d0cbf5480c2664a9b1e198896559b6e1f3
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);