|
@@ -55,7 +55,7 @@ export default {
|
|
|
"Name": "网络分区",
|
|
|
"Rel_type": "3",
|
|
|
"Code": "NetworkZone"
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"Code": "AirConditioningZone",
|
|
|
"Name": "空调分区",
|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
"Name": "生活给水分区",
|
|
|
"Rel_type": "7",
|
|
|
"Code": "DomesticWaterSupplyZone"
|
|
|
- },
|
|
|
+ },
|
|
|
{
|
|
|
"Code": "FireZone",
|
|
|
"Name": "防火分区",
|
|
@@ -600,7 +600,7 @@ export default {
|
|
|
}
|
|
|
if (this.sourceIdToOutline[this.allSiListMap[key]]) {
|
|
|
obj.Outline = this.sourceIdToOutline[this.allSiListMap[key]];
|
|
|
- obj.Height = this.sourceIdToHeight[this.allSiListMap[key]];
|
|
|
+ obj.Height = this.sourceIdToHeight[this.allSiListMap[key]] || 0;
|
|
|
pa.data.Content.push(obj);
|
|
|
}
|
|
|
}
|