diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 5a9aa1396..55e53e191 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -152,7 +152,7 @@ { if(val.type === 'agency'){ this.form.agencyId = val.id; + this.cascaderAgencyId = val.id; this.optionsV = []; this.form.villageId = ''; this.form.buildId = ''; @@ -1066,7 +1068,7 @@ export default { } } }, - handleChangeAgency(val) { + async handleChangeAgency(val) { this.sarr = [] this.getLastItem( this.orgOptions, @@ -1074,7 +1076,10 @@ export default { "agencyId" ); this.form.level = this.sarr[this.sarr.length - 1].level; - this.getValiheList() + this.form.agencyId = this.sarr[this.sarr.length - 1].agencyId; + this.optionsV = []; + this.optionsVPageNo = 1; + await this.getValiheList() }, getLastItem(list, vals, key) { let LIST = list || []; diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index bb1f03bab..99333f554 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -39,12 +39,12 @@ 导入房屋数据 - + 导入 - + 导出 @@ -75,7 +75,11 @@ -->
下载电子门牌 + @click="handleExportHouseDoorplate()">下载房屋电子门牌 +
+
+ 下载单元电子门牌
+ + + diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index afbd87d68..06b0b9702 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -24,7 +24,7 @@
关闭 保存 + @click="handleComfirm">{{this.pageType=="assign"?"确认指派":"保存"}}
diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue index 9cef2ce64..66825013d 100644 --- a/src/views/modules/shequzhili/eventHandling/index.vue +++ b/src/views/modules/shequzhili/eventHandling/index.vue @@ -69,20 +69,27 @@
导出 - - + + 上传导入 + + + + +