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 @@ - - - - - \ No newline at end of file +} + \ No newline at end of file diff --git a/yifengdian-company-report/src/api/test.js b/yifengdian-company-report/src/api/test.js index 217415a..fa7cd02 100644 --- a/yifengdian-company-report/src/api/test.js +++ b/yifengdian-company-report/src/api/test.js @@ -5,8 +5,6 @@ import request from '../utils/request' * @parms resquest 请求地址 例如:http://197.82.15.15:8088/request/... * @param '/testIp'代表vue-cil中config,index.js中配置的代理 */ -const baseUrl = - process.env.NODE_ENV === "development" ? "" : config.baseUrl.pro; // get请求 const testApi = { getListAPI(params) {