refactor: set page Size

This commit is contained in:
Thanaphon Frappet 2024-11-12 17:12:20 +07:00
parent 7cb55879f8
commit 829a5d8221
2 changed files with 13 additions and 4 deletions

View file

@ -1346,6 +1346,7 @@ const emptyCreateDialog = ref(false);
async () => {
const res = await employeeStore.fetchList({
customerId: props.row.id,
pageSize: 999,
});
if (res) {