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 @@
@@ -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 @@
-
@@ -42,7 +42,7 @@ import dyxx from "./dyxx.vue"
this.type = 2;
this.houseId = item.houseId;
this.houseName = item.houseName;
- }
+ },
}
}
diff --git a/src/views/next/screen-content-map/cpt/hsyf-iframe.vue b/src/views/next/screen-content-map/cpt/hsyf-iframe.vue
index 72c555d..ce8f628 100644
--- a/src/views/next/screen-content-map/cpt/hsyf-iframe.vue
+++ b/src/views/next/screen-content-map/cpt/hsyf-iframe.vue
@@ -8,19 +8,38 @@
*
-->
-