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 @@