|
@@ -548,12 +548,12 @@
|
|
}
|
|
}
|
|
text.push(t.localName || t.name)
|
|
text.push(t.localName || t.name)
|
|
let obj = {
|
|
let obj = {
|
|
- IspaceId: t.id,
|
|
|
|
- RoomLocalName: t.localName || t.name,
|
|
|
|
- Outline: [t.outline],
|
|
|
|
- BuildingId: this.buildFloor[0],
|
|
|
|
- FloorId: this.buildFloor[1],
|
|
|
|
- Height: this.spaceHeight
|
|
|
|
|
|
+ ispaceId: t.id,
|
|
|
|
+ localName: t.localName || t.name,
|
|
|
|
+ outline: [t.outline],
|
|
|
|
+ buildingId: this.buildFloor[0],
|
|
|
|
+ floorId: this.buildFloor[1],
|
|
|
|
+ height: this.spaceHeight
|
|
}
|
|
}
|
|
if (t.customParam) {
|
|
if (t.customParam) {
|
|
obj.customParam = t.customParam
|
|
obj.customParam = t.customParam
|