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