no message

This commit is contained in:
setthawutttty 2023-12-21 11:23:56 +07:00
parent 5e63b4c675
commit b0120d9915
4 changed files with 60 additions and 8 deletions

View file

@ -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) => {