This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-24 12:31:51 +07:00
parent 289ce3fb2f
commit 8bb4cde951

View file

@ -153,7 +153,7 @@ async function fetchListPerson(newPage: boolean = false) {
const data = await res.data.result;
maxPage.value = Math.ceil(data.total / qureyBody.pageSize); //
total.value = data.total; //
// rows.value = data.data;
rows.value = data.data;
})
.catch((err) => {
messageError($q, err);