Browse Source

修改关键词‘一户一码’改为‘一房一码’

shibei_master
Jackwang 3 years ago
parent
commit
ad49894b11
  1. 14
      src/views/modules/base/community/communityTable.vue

14
src/views/modules/base/community/communityTable.vue

@ -7,7 +7,7 @@
class="diy-button--reset"
size="small"
:loading="yhymLoading"
@click="handleYhymInfo">补全一一码信息</el-button>
@click="handleYhymInfo">补全一一码信息</el-button>
<el-button style=""
class="diy-button--add"
size="small"
@ -206,7 +206,7 @@
size="small"
:disabled="yihuyimaDisabled"
:loading="exportBtn"
@click="handleExportYihuyima()">导出一一码</el-button>
@click="handleExportYihuyima()">导出一一码</el-button>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
@ -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"

Loading…
Cancel
Save