From f2122883efc2287cd2258bf6a848061e11e4e39e Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Wed, 10 Aug 2022 14:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E4=B9=9F=E4=B8=8D=E7=9F=A5?= =?UTF-8?q?=E9=81=93=E6=9C=89=E7=94=A8=E7=BE=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/community/buildTable.vue | 13 +- .../modules/base/community/communityTable.vue | 12 +- .../modules/base/community/roomTable.vue | 947 +++++++++--------- src/views/modules/cpts/baobiao/index.vue | 2 +- 4 files changed, 492 insertions(+), 482 deletions(-) diff --git a/src/views/modules/base/community/buildTable.vue b/src/views/modules/base/community/buildTable.vue index 9ccf0f897..53dbad392 100644 --- a/src/views/modules/base/community/buildTable.vue +++ b/src/views/modules/base/community/buildTable.vue @@ -256,7 +256,18 @@ export default { methods: { reportForm(){ let paramMap = { - neighborHoodId: this.agencyObj.id + pageSize: this.pageSize, + pageNo: this.pageNo, + level: this.agencyObj.level, + id: this.agencyObj.id, + ownerName: this.ownerName, + ownerPhone: this.ownerPhone, + rentFlag: this.rentFlag, + purpose: this.purpose, + remark: this.remark, + sortType: this.sortType, + updateStartDate: this.updateStartDate, + updateEndDate: this.updateEndDate, }; this.$refs.baobiao.init({ elseParams: { diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue index b1d6f8eca..1c326ec10 100644 --- a/src/views/modules/base/community/communityTable.vue +++ b/src/views/modules/base/community/communityTable.vue @@ -287,8 +287,18 @@ export default { methods: { reportForm(){ let paramMap = { + pageSize: this.pageSize, + pageNo: this.pageNo, level: this.agencyObj.level, - id: this.agencyObj.id + id: this.agencyObj.id, + ownerName: this.ownerName, + ownerPhone: this.ownerPhone, + rentFlag: this.rentFlag, + purpose: this.purpose, + remark: this.remark, + sortType: this.sortType, + updateStartDate: this.updateStartDate, + updateEndDate: this.updateEndDate, }; this.$refs.baobiao.init({ elseParams: { diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue index 511bd5619..15c62a15e 100644 --- a/src/views/modules/base/community/roomTable.vue +++ b/src/views/modules/base/community/roomTable.vue @@ -1,193 +1,215 @@ -