Commit 700ae89bb71053e31e3dff9a8fc050516f834663
1 parent
ad7d27f7
fix bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/housekeeper/buildinMganager/index.vue
| @@ -36,7 +36,7 @@ const search = (): void => { | @@ -36,7 +36,7 @@ const search = (): void => { | ||
| 36 | data.loading = true; | 36 | data.loading = true; |
| 37 | getTableList(searchData) | 37 | getTableList(searchData) |
| 38 | .then((res) => { | 38 | .then((res) => { |
| 39 | - data.tableList = res.data.data; | 39 | + data.tableList = res.data.data.list; |
| 40 | data.total = res.data.data.total; | 40 | data.total = res.data.data.total; |
| 41 | data.loading = false; | 41 | data.loading = false; |
| 42 | }) | 42 | }) |