|
@@ -166,9 +166,9 @@ export default {
|
|
|
// floorQueryOutline
|
|
|
floorQuery(pa, res => {
|
|
|
this.floorData = res.content[0];
|
|
|
- if (this.floorData.infos && this.floorData.infos.FloorMap) {
|
|
|
+ if (this.floorData.infos && this.floorData.infos.floorMap) {
|
|
|
this.getOtherFloorOutLine();
|
|
|
- let floorMap = this.floorData.infos.FloorMap
|
|
|
+ let floorMap = this.floorData.infos.floorMap
|
|
|
this.initGraphy(floorMap, 2)
|
|
|
}
|
|
|
})
|