|
@@ -251,7 +251,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);
|
|
|
},
|
|
@@ -295,7 +295,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;
|
|
@@ -304,7 +304,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);
|
|
|
}
|
|
|
|
|
@@ -469,6 +469,7 @@ export default {
|
|
|
this.scene.Relations.push(t);
|
|
|
});
|
|
|
this.view.fitSceneToView();
|
|
|
+ this.getLegend();
|
|
|
}
|
|
|
});
|
|
|
});
|