|
@@ -98,7 +98,7 @@ export default {
|
|
|
},
|
|
|
emitFloor(item) {
|
|
|
this.floorInfo = item
|
|
|
- // this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
+ this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
this.init()
|
|
|
},
|
|
|
dialogVisible(eve) {
|
|
@@ -145,7 +145,7 @@ export default {
|
|
|
}
|
|
|
this.everySystem = this.system[0].children
|
|
|
this.init()
|
|
|
- // this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
+ this.$refs.floorMap.init(this.floorInfo.gname)
|
|
|
},
|
|
|
computed: {
|
|
|
...mapGetters(['floorsArr'])
|