Administrator
2021-12-10 47eb57d92c46e7786340f7dcff7110e5162dd5e7
制证导出新增条件
2 files modified
6 ■■■■ changed files
src/views/accreditationRecords/accreditationRecords.vue 4 ●●● patch | view | raw | blame | history
src/views/accreditationRecords/accreditationRecordsPaper.vue 2 ●●●●● patch | view | raw | blame | history
src/views/accreditationRecords/accreditationRecords.vue
@@ -442,7 +442,7 @@
    },
    selectionClear() {
      this.selectionList = [];
      this.$refs.crud.toggleSelection();
      // this.$refs.crud.toggleSelection();
    },
    handleDelete() {
      if (this.selectionList.length === 0) {
@@ -484,6 +484,7 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      params = this.questionBankSearch;
      this.deptId = JSON.parse(
        window.localStorage.getItem("saber-userInfo")
      ).content.dept_id;
@@ -545,6 +546,7 @@
          securityNumber: this.questionBankSearch.securityNumber,
          startTime: this.questionBankSearch.startTime,
          endTime: this.questionBankSearch.endTime,
          isAvatar: this.questionBankSearch.isAvatar,
        };
        //导出
        if (this.userInfo.role_name == "保安公司管理员") {
src/views/accreditationRecords/accreditationRecordsPaper.vue
@@ -1031,6 +1031,7 @@
          securityNumber: this.questionBankSearch.securityNumber,
          startTime: this.questionBankSearch.startTime,
          endTime: this.questionBankSearch.endTime,
          isAvatar: this.questionBankSearch.isAvatar,
        };
        // data['Blade-Auth'] = getToken;
        //导出
@@ -1079,6 +1080,7 @@
          securityNumber: this.questionBankSearch.securityNumber,
          startTime: this.questionBankSearch.startTime,
          endTime: this.questionBankSearch.endTime,
          isAvatar: this.questionBankSearch.isAvatar,
        };
        //导出
        if (this.userInfo.role_name == "保安公司管理员") {