|
@@ -246,8 +246,8 @@
|
|
|
zone: 'Ispace',
|
|
|
data: {
|
|
|
// Filters: `FloorId='${this.buildFloor[1]}'`,
|
|
|
- PageSize: 1000,
|
|
|
- FloorId: this.buildFloor[1]
|
|
|
+ pageSize: 1000,
|
|
|
+ floorId: this.buildFloor[1]
|
|
|
}
|
|
|
}
|
|
|
queryZone(pa, res => {
|
|
@@ -342,8 +342,8 @@
|
|
|
getISPSPUnrelaBSP() {
|
|
|
let pa = {
|
|
|
data: {
|
|
|
- PageSize: 1000,
|
|
|
- FloorId: this.buildFloor[1]
|
|
|
+ pageSize: 1000,
|
|
|
+ floorId: this.buildFloor[1]
|
|
|
},
|
|
|
objectType: this.tab.code == 'OtherZone' ? this.OtherValue : this.tab.code
|
|
|
}
|
|
@@ -632,8 +632,6 @@
|
|
|
let newarr = this.makeMaxAreaFirst(spaces[key])
|
|
|
zoneObj.outline.push(newarr);
|
|
|
let curISP = this.sourceIdToISP[key];
|
|
|
- console.log(curISP);
|
|
|
- console.log('--------------');
|
|
|
if (curISP) {
|
|
|
curISP && IspaceIdList.push(curISP.id);
|
|
|
zoneObj.height = this.spaceHeight;
|