diff --git a/src/App.vue b/src/App.vue index ac0d8a1da..d12179995 100644 --- a/src/App.vue +++ b/src/App.vue @@ -106,6 +106,8 @@ export default { diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index 5bb6d99d7..e14dd753f 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -26,27 +26,25 @@ 查询 + 重置
导出 - 新增小区 +
下载小区模板 导入小区数据 + class="diy-button--delete">导入小区数据 下载楼宇模板 导入楼宇数据 + class="diy-button--delete">导入楼宇数据 下载房屋模板 导入房屋数据 + class="diy-button--delete">导入房屋数据
+ 导出
@@ -163,18 +157,18 @@ size="small" @click="handleToNextLevel(scope.row)">进入 --> 查看 修改 删除 @@ -199,7 +193,7 @@ @change="handleSelectAll">全选 删除 @@ -281,7 +275,15 @@ export default { ...mapGetters(['clientHeight']) }, methods: { - + //重置搜索条件 + resetSearch () { + this.ownerName = '' + this.ownerPhone = '' + + this.pageSize = 10 + this.pageNo = 0 + // this.loadTable() + }, handleSearch () { this.loadTable() }, @@ -771,7 +773,6 @@ export default { } diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue index 6a3638bd5..09909c8ac 100644 --- a/src/views/modules/base/community/roomTable.vue +++ b/src/views/modules/base/community/roomTable.vue @@ -26,27 +26,25 @@ 查询 + 重置
+ 导出 - 新增房屋
下载房屋模板 导入房屋数据 + class="diy-button--delete">导入房屋数据
+ 导出
@@ -126,18 +126,18 @@ @@ -237,7 +237,15 @@ export default { ...mapGetters(['clientHeight']) }, methods: { - + //重置搜索条件 + resetSearch () { + this.ownerName = '' + this.ownerPhone = '' + + this.pageSize = 10 + this.pageNo = 0 + // this.loadTable() + }, handleSearch () { this.loadTable() @@ -680,6 +688,5 @@ export default { } diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 75fcabe19..0fbdc0063 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -66,11 +66,11 @@ 查询 重置
@@ -79,13 +79,10 @@
新增 - + + 导出-->
@@ -650,8 +651,6 @@ export default { } diff --git a/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue b/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue index 292e03d66..a556aedc8 100644 --- a/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue +++ b/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue @@ -1,5 +1,5 @@