refactor: set page Size
This commit is contained in:
parent
7cb55879f8
commit
829a5d8221
2 changed files with 13 additions and 4 deletions
|
|
@ -1346,6 +1346,7 @@ const emptyCreateDialog = ref(false);
|
|||
async () => {
|
||||
const res = await employeeStore.fetchList({
|
||||
customerId: props.row.id,
|
||||
pageSize: 999,
|
||||
});
|
||||
|
||||
if (res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue