From ad49894b11da78407e69cb413acd84ef2182cb30 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Tue, 28 Jun 2022 13:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E9=94=AE=E8=AF=8D?= =?UTF-8?q?=E2=80=98=E4=B8=80=E6=88=B7=E4=B8=80=E7=A0=81=E2=80=99=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E2=80=98=E4=B8=80=E6=88=BF=E4=B8=80=E7=A0=81=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/communityTable.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index 1c50a46c..cd7571b7 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -7,7 +7,7 @@ class="diy-button--reset" size="small" :loading="yhymLoading" - @click="handleYhymInfo">补全一户一码信息 + @click="handleYhymInfo">补全一房一码信息 导出一户一码 + @click="handleExportYihuyima()">导出一房一码 取 消 @@ -240,7 +240,7 @@ export default { showImportBtn: false,//是否显示操作按钮,根据登录人所属组织判断 roleList: [],//角色列表 - showYhymInfo: false, // 是否显示补全一户一码信息按钮 + showYhymInfo: false, // 是否显示补全一房一码信息按钮 yhymLoading: false, agencyObj: {},//树所选的组织对象 @@ -282,7 +282,7 @@ export default { async loadTable (fromTree, treeObj) { console.log(111, this.staffAgencyId) - // 是否显示补全一户一码信息按钮 + // 是否显示补全一房一码信息按钮 this.roleList = localStorage.getItem('roleList') if (this.roleList.indexOf('root_manager') > -1 || this.roleList.indexOf('manager') > -1) { this.showYhymInfo = true @@ -372,7 +372,7 @@ export default { }) }, - // 补全一户一码点击事件 + // 补全一房一码点击事件 async handleYhymInfo () { this.yhymLoading = true const url = "/gov/org/house/createBatchHouseCodeAndUrl" @@ -687,13 +687,13 @@ export default { }, - // 导出一户一码 + // 导出一房一码 handleExportYihuyima () { this.exportBtn = true this.yihuyimaDisabled = true let title = this.agencyObj.label - title = title + '-一户一码' + title = title + '-一房一码' let url = "/gov/org/house/downloadZip"