From 1a310eba3fea6e0640cf895e7db7e8f1fb73d653 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 10 Dec 2021 10:40:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/views/accreditationRecords/accreditationRecordsPaper.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/accreditationRecords/accreditationRecordsPaper.vue b/src/views/accreditationRecords/accreditationRecordsPaper.vue
index f4e5107..3a28218 100644
--- a/src/views/accreditationRecords/accreditationRecordsPaper.vue
+++ b/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 == "保安公司管理员") {
--
Gitblit v1.9.3