no message
This commit is contained in:
parent
5e63b4c675
commit
b0120d9915
4 changed files with 60 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ function getList() {
|
|||
)
|
||||
.then((res) => {
|
||||
maxPage.value = Math.ceil(res.data.result.total / rowsPerPage.value);
|
||||
const data = res.data.result;
|
||||
const data = res.data.result.data;
|
||||
store.fetchData(data);
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue