Browse Source

adm:feat> 修改空间分区显示

onlyh 3 years ago
parent
commit
d18abc5c4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/maintain/space/index.vue

+ 1 - 1
src/views/maintain/space/index.vue

@@ -449,7 +449,7 @@ export default class spaceIndex extends Vue {
                         },
                     };
                     this.paginationList.total = res[1].total;
-                    tableData = res[1].content.map(i => i.path == 'localName'); // 主体数据
+                    this.tableData = res[1].content // 主体数据
                 } else {
                     res[0].content.forEach((item) => {
                         let i = ["localName", "localId", "building", "floor"];