Administrator
2022-01-12 042f8a5cf2ba220278432015e3b84b5fa9b774db
src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -95,11 +95,9 @@
  adddata,
  update,
  remove,
  adddata1,
  adddata2,
  getDeptLazyTree,
} from "@/api/securityUnit/securityUnit";
import { mapGetters } from "vuex";
import { getToken } from "@/util/auth";
export default {
  data() {
    return {
@@ -394,7 +392,10 @@
      done();
    },
    handleTemplate1() {
      window.open(`/api/examSubjectChoices/export-template`);
      window.open(`/api/examSubjectChoices/export-template?${
            this.website.tokenHeader
          }=${getToken()}&`
        );
    },
    //保安单位基本信息
    sizeChange(val) {