瀏覽代碼

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

haojianlong 4 年之前
父節點
當前提交
9a5cc90e3b
共有 1 個文件被更改,包括 3 次插入2 次删除
  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
       }