|
@@ -58,6 +58,7 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
init () { //获取数据并格式化数据
|
|
init () { //获取数据并格式化数据
|
|
|
|
+ this.elevationData = [];
|
|
//根据isAI判断请求参数是否包含AI推介数据(暂未完成)
|
|
//根据isAI判断请求参数是否包含AI推介数据(暂未完成)
|
|
this.params.AiSwitch = this.isAI
|
|
this.params.AiSwitch = this.isAI
|
|
console.log(this.params)
|
|
console.log(this.params)
|
|
@@ -163,7 +164,7 @@
|
|
// }
|
|
// }
|
|
// },
|
|
// },
|
|
params: {
|
|
params: {
|
|
- handler(val,ccc) {
|
|
|
|
|
|
+ handler() {
|
|
if (this.params.BuildingId && this.params.ObjectType && this.params.ShaftId) {
|
|
if (this.params.BuildingId && this.params.ObjectType && this.params.ShaftId) {
|
|
this.init();
|
|
this.init();
|
|
}
|
|
}
|