|
@@ -105,7 +105,6 @@ export default {
|
|
this.fParser = new SFloorParser(null)
|
|
this.fParser = new SFloorParser(null)
|
|
this.fParser.parseData(res)
|
|
this.fParser.parseData(res)
|
|
this.fParser.spaceList.forEach(t => {
|
|
this.fParser.spaceList.forEach(t => {
|
|
- // t.selectable = true;
|
|
|
|
this.scene.addItem(t)
|
|
this.scene.addItem(t)
|
|
if (t.data.Name && this.bunkObj[t.data.Name]) {
|
|
if (t.data.Name && this.bunkObj[t.data.Name]) {
|
|
t.name = this.bunkObj[t.data.Name].detailtype
|
|
t.name = this.bunkObj[t.data.Name].detailtype
|