From 470e21e7b44cf5b6225d39ede298fb96199d2a84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Tue, 25 Jun 2024 15:33:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8E=BB=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/iframe/dyzxh.vue | 2 +-
src/views/iframe/index.vue | 9 +-
src/views/iframe/ryxx.vue | 573 +++++++++++-----------
yifengdian-company-report/src/api/test.js | 2 -
4 files changed, 302 insertions(+), 284 deletions(-)
diff --git a/src/views/iframe/dyzxh.vue b/src/views/iframe/dyzxh.vue
index d2b4f0a..4a44bce 100644
--- a/src/views/iframe/dyzxh.vue
+++ b/src/views/iframe/dyzxh.vue
@@ -89,7 +89,7 @@
this.$emit('handleClickHouse', item)
},
pageCurrentHandle(val) {
- // this.pageNo = val;
+ this.pageNo = val;
// this.$emit('handelClickPageNo',val)
this.houseListByGroup()
},
diff --git a/src/views/iframe/index.vue b/src/views/iframe/index.vue
index e05dfea..188aa37 100644
--- a/src/views/iframe/index.vue
+++ b/src/views/iframe/index.vue
@@ -4,7 +4,7 @@
@@ -37,11 +37,14 @@ import dyxx from "./dyxx.vue"
methods: {
handelClose(){
this.type = 1;
+ this.houseId = null;
},
handleClickHouse(item){
this.type = 2;
- this.houseId = item.houseId;
- this.houseName = item.houseName;
+ this.$nextTick(()=>{
+ this.houseId = item.houseId;
+ this.houseName = item.houseName;
+ })
},
}
}
diff --git a/src/views/iframe/ryxx.vue b/src/views/iframe/ryxx.vue
index ccecf74..b6ee1f9 100644
--- a/src/views/iframe/ryxx.vue
+++ b/src/views/iframe/ryxx.vue
@@ -1,41 +1,37 @@
-
-