zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/exam/subject.vue
@@ -37,7 +37,7 @@
  import {
    getList,
    remove
  } from "@/api/subjectChoices/subjectChoices";
  } from "@/ssoapi/subjectChoices/subjectChoices";
  import addsubject from "./addsubject.vue";
  // import {
@@ -70,7 +70,7 @@
                res: "data"
              },
              tip: "请上传 .xls,.xlsx 标准格式文件",
              action: "/api/examSubjectChoices/import-examSubject"
              action: "/ssoapi/examSubjectChoices/import-examSubject"
            },
            {
              label: "模板下载",
@@ -308,7 +308,7 @@
          type: "warning"
        }).then(() => {
          window.open(
            `/api/apply/export-apply?examId=${this.$route.query.id}&${
            `/ssoapi/apply/export-apply?examId=${this.$route.query.id}&${
            this.website.tokenHeader
          }=${getToken()}`
          );
@@ -319,7 +319,7 @@
      },
      handleTemplate() {
        window.open(
          `/api/examSubjectChoices/export-template?${
          `/ssoapi/examSubjectChoices/export-template?${
          this.website.tokenHeader
        }=${getToken()}`
        );