fix bug
This commit is contained in:
parent
09fdfe9f20
commit
de3a5d1aea
1 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ function selectedOrg(id: string) {
|
|||
qureyBody.searchKeyword = "";
|
||||
qureyBody.searchField = "fullName";
|
||||
qureyBody.page = 1;
|
||||
qureyBody.pageSize = 10;
|
||||
fetchListPerson(true);
|
||||
}
|
||||
|
||||
|
|
@ -364,7 +363,7 @@ onMounted(async () => {
|
|||
flat
|
||||
bordered
|
||||
dense
|
||||
:rows-per-page-options="[2, 10, 25, 50, 100]"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue