|
@@ -225,10 +225,10 @@ export default {
|
|
|
}
|
|
|
if (this.spaceShow) {
|
|
|
if (this.buildFloor.length == 2 && this.buildFloor[1] != 'all') {
|
|
|
- pa.BuildingId = this.buildFloor[0];
|
|
|
- pa.FloorId = this.buildFloor[1];
|
|
|
+ params.BuildingId = this.buildFloor[0];
|
|
|
+ params.FloorId = this.buildFloor[1];
|
|
|
} else {
|
|
|
- pa.BuildingId = this.buildFloor[0];
|
|
|
+ params.BuildingId = this.buildFloor[0];
|
|
|
}
|
|
|
}
|
|
|
zoneQuery(params, res => {
|