เเก้เปลี่ยนเเถว ที่ เเสดง

This commit is contained in:
setthawutttty 2023-12-14 12:07:00 +07:00
parent c7507a85a4
commit fe0d9a4f2e

View file

@ -162,7 +162,7 @@ watch(
() => currentPage.value,
() => {
rowsPerPage.value = pagination.value.rowsPerPage;
// getList();
getData()
}
);
@ -171,7 +171,7 @@ watch(
() => {
rowsPerPage.value = pagination.value.rowsPerPage;
currentPage.value = 1;
// getList();
getData()
}
);