Commit b92013df8d5fd04c19a3ea40957b18b3c978f696
Merge branch 'dev' of http://bj.gitlab.cnlive.com/cnlive_project/cnlive-community-web-vue into dev
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/housekeeper/buildinMganager/index.vue
| ... | ... | @@ -36,7 +36,7 @@ const search = (): void => { |
| 36 | 36 | data.loading = true; |
| 37 | 37 | getTableList(searchData) |
| 38 | 38 | .then((res) => { |
| 39 | - data.tableList = res.data.data; | |
| 39 | + data.tableList = res.data.data.list; | |
| 40 | 40 | data.total = res.data.data.total; |
| 41 | 41 | data.loading = false; |
| 42 | 42 | }) | ... | ... |