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"