|
@@ -156,9 +156,9 @@ export default {
|
|
|
});
|
|
|
// this.floorid = floorid
|
|
|
// this.$refs.canvasFun.isShow = false
|
|
|
+ this.clearGraphy()
|
|
|
+ this.scene = new FloorScene()
|
|
|
setTimeout(() => {
|
|
|
- this.clearGraphy()
|
|
|
- this.scene = new FloorScene()
|
|
|
if (this.haveFengMap == 1) {
|
|
|
this.scene.selectContainer.connect('listChange', this, this.listChange)
|
|
|
this.getGraphDetail().then((res) => {
|