Explorar el Código

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

YaolongHan hace 4 años
padre
commit
93726c70c5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/equipment/index.vue

+ 2 - 2
src/views/equipment/index.vue

@@ -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'])