shaun-sheep 5 yıl önce
ebeveyn
işleme
8de093c9eb

+ 2 - 2
src/components/business_space/newGraphy/graphy.vue

@@ -271,9 +271,9 @@ export default {
       this.FloorMap = FloorObj.StructureInfo ? FloorObj.StructureInfo.FloorMap : ''
       this.tab = tab;
       console.log(arguments);
-      if (tab.code == 'ZoneOther') {
+      if (tab.code == "OtherZone") {
         // 其他分区
-        this.showOtherFlag = true;
+        this.showOtherFlag = true
       } else {
         this.showOtherFlag = false;
         this.init(initType);