|
@@ -430,7 +430,7 @@
|
|
let tempArr = this.BSPRelaISPList.map((t, i) => {
|
|
let tempArr = this.BSPRelaISPList.map((t, i) => {
|
|
// if (t.FloorId == this.buildFloor[1] && t.ObjectType == tempType) {
|
|
// if (t.FloorId == this.buildFloor[1] && t.ObjectType == tempType) {
|
|
return {
|
|
return {
|
|
- RoomLocalName: t.RoomLocalName,
|
|
|
|
|
|
+ RoomLocalName: t.RoomLocalName || t.RoomName,
|
|
OutLine: t.Outline,
|
|
OutLine: t.Outline,
|
|
RoomID: t.RoomID,
|
|
RoomID: t.RoomID,
|
|
Color: colorArr[i % colorArr.length],
|
|
Color: colorArr[i % colorArr.length],
|