|
@@ -176,6 +176,10 @@ export default class spaceGraph extends Vue {
|
|
|
divide: true,
|
|
|
groupSelect: true,
|
|
|
};
|
|
|
+ if (this.$refs.canvasFun) {
|
|
|
+ // @ts-ignore
|
|
|
+ this.$refs.canvasFun.active = "";
|
|
|
+ }
|
|
|
// 获取当前楼层的元空间
|
|
|
this.getFloorISpace();
|
|
|
}
|
|
@@ -383,6 +387,7 @@ export default class spaceGraph extends Vue {
|
|
|
} else {
|
|
|
this.scene?.initSpaceColor();
|
|
|
if (this.type == 3) {
|
|
|
+ console.log(3);
|
|
|
} else {
|
|
|
this.scene?.initZoneColor();
|
|
|
this.zoneDisable = true;
|