Browse Source

修改传参小写

haojianlong 4 years ago
parent
commit
4ccd6bd66b
1 changed files with 4 additions and 6 deletions
  1. 4 6
      src/components/business_space/newGraphy/graphy.vue

+ 4 - 6
src/components/business_space/newGraphy/graphy.vue

@@ -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;