From f0eb7dc17af190e969f17fb158e625e76e3978fe Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 19 Jun 2024 10:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B5=8C=E5=85=A5=E5=BC=B9=E6=A1=86,=E5=8C=85?= =?UTF-8?q?=E8=81=94=E6=88=BF=E5=B1=8B=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iframe/dyzxh.vue | 12 +++-- src/views/iframe/index.vue | 10 ++-- .../screen-content-map/cpt/hsyf-iframe.vue | 47 +++++++++++++------ 3 files changed, 47 insertions(+), 22 deletions(-) diff --git a/src/views/iframe/dyzxh.vue b/src/views/iframe/dyzxh.vue index 2b843cc..d2b4f0a 100644 --- a/src/views/iframe/dyzxh.vue +++ b/src/views/iframe/dyzxh.vue @@ -20,7 +20,7 @@
包联房屋: - {{ dataList.length || 0 }} 户 + {{ total}}
@@ -66,7 +66,6 @@ dataList: [ ], pageSize:10, - pageNo:1, total:0 } }, @@ -75,6 +74,12 @@ components: {}, mounted () { }, + props:{ + pageNo:{ + type:Number, + default:1 + } + }, created () { this.partyName = this.$route.query.partyName; this.houseListByGroup() @@ -84,7 +89,8 @@ this.$emit('handleClickHouse', item) }, pageCurrentHandle(val) { - this.pageNo = val + // this.pageNo = val; + // this.$emit('handelClickPageNo',val) this.houseListByGroup() }, houseListByGroup(){ diff --git a/src/views/iframe/index.vue b/src/views/iframe/index.vue index 20a9e38..e05dfea 100644 --- a/src/views/iframe/index.vue +++ b/src/views/iframe/index.vue @@ -1,12 +1,12 @@