liuyg
2021-12-10 1a310eba3fea6e0640cf895e7db7e8f1fb73d653
Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
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
@@ -443,7 +443,7 @@
    },
    selectionClear() {
      this.selectionList = [];
      this.$refs.crud.toggleSelection();
      // this.$refs.crud.toggleSelection();
    },
    handleDelete() {
      if (this.selectionList.length === 0) {
@@ -485,6 +485,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;
@@ -546,6 +547,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
@@ -1032,6 +1032,7 @@
          securityNumber: this.questionBankSearch.securityNumber,
          startTime: this.questionBankSearch.startTime,
          endTime: this.questionBankSearch.endTime,
          isAvatar: this.questionBankSearch.isAvatar,
        };
        // data['Blade-Auth'] = getToken;
        //导出
@@ -1080,6 +1081,7 @@
          securityNumber: this.questionBankSearch.securityNumber,
          startTime: this.questionBankSearch.startTime,
          endTime: this.questionBankSearch.endTime,
          isAvatar: this.questionBankSearch.isAvatar,
        };
        //导出
        if (this.userInfo.role_name == "保安公司管理员") {