|
@@ -263,8 +263,7 @@ export default {
|
|
|
this.floorName = id.Gcode;
|
|
|
this.floorId = id.Gname;
|
|
|
this.categoryId = items.Id;
|
|
|
- this.getLegend();
|
|
|
- //切换楼层
|
|
|
+ // this.getLegend();
|
|
|
this.checkFloor(id.Gname);
|
|
|
console.log(items);
|
|
|
},
|
|
@@ -306,7 +305,7 @@ export default {
|
|
|
this.floorName = this.treeData[0].children[0].children[0].Gcode;
|
|
|
this.floorId = this.treeData[0].children[0].Gname;
|
|
|
this.categoryId = this.treeData[0].children[0].Id;
|
|
|
- this.getLegend();
|
|
|
+ // this.getLegend();
|
|
|
this.checkFloor(this.treeData[0].children[0].children[0].Gname);
|
|
|
} else {
|
|
|
this.treeData[0].open = true;
|
|
@@ -315,7 +314,7 @@ export default {
|
|
|
this.floorName = this.treeData[0].children[0].Gcode;
|
|
|
this.floorId = this.treeData[0].Gname;
|
|
|
this.categoryId = this.treeData[0].Id;
|
|
|
- this.getLegend();
|
|
|
+ // this.getLegend();
|
|
|
this.checkFloor(this.treeData[0].children[0].Gname);
|
|
|
}
|
|
|
} else {
|
|
@@ -468,6 +467,7 @@ export default {
|
|
|
this.scene.Relations.push(t);
|
|
|
});
|
|
|
this.view.fitSceneToView();
|
|
|
+ this.getLegend();
|
|
|
}
|
|
|
});
|
|
|
},100);
|