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