From e58db44ebcb59279864bd22f40b4a1baa9171821 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 19 Apr 2024 16:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E5=8A=A0=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=88=97=E8=A1=A8=E5=8A=A0=E5=B1=85=E4=BD=8F?= =?UTF-8?q?=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/community.vue | 12 ++++++++++-- src/views/modules/base/community/roomTable.vue | 8 +++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index bc04fcba4..242571d99 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -76,6 +76,13 @@ value-format="yyyy-MM-dd HH:mm:ss" value="yyyy-MM-dd" placeholder="结束时间"> + + + + + + @@ -190,7 +197,7 @@ + + @@ -385,7 +387,6 @@ export default { // this.agencyObj = treeObj // } // 接口在这里 - console.log(this.buildingId, '1111'); let params = { pageSize: this.pageSize, pageNo: this.pageNo, @@ -403,6 +404,7 @@ export default { buildingId: this.buildingId, buildingUnitId: this.buildingUnitId, houseId: this.houseId, + resiNumber:this.resiNumber }; const url = "/actual/base/communityHouse/listHouses"; @@ -997,6 +999,10 @@ export default { type: String, default: "", }, + resiNumber:{ + type: Number, + default: "", + } }, };