Sfoglia il codice sorgente

修改查询未关联业务空间的元空间

haojianlong 4 anni fa
parent
commit
9a5cc90e3b
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      src/components/business_space/newGraphy/graphy.vue

+ 3 - 2
src/components/business_space/newGraphy/graphy.vue

@@ -337,8 +337,9 @@ export default {
     getISPSPUnrelaBSP() {
       let pa = {
         data: {
-          Filters: `FloorId='${this.buildFloor[1]}'`,
-          PageSize: 1000
+          // Filters: `FloorId='${this.buildFloor[1]}'`,
+          PageSize: 1000,
+          FloorId: this.buildFloor[1]
         },
         objectType: this.tab.code == 'OtherZone' ? this.OtherValue : this.tab.code
       }