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.searchKeyword = "";
|
||||||
qureyBody.searchField = "fullName";
|
qureyBody.searchField = "fullName";
|
||||||
qureyBody.page = 1;
|
qureyBody.page = 1;
|
||||||
qureyBody.pageSize = 10;
|
|
||||||
fetchListPerson(true);
|
fetchListPerson(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -364,7 +363,7 @@ onMounted(async () => {
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
dense
|
dense
|
||||||
:rows-per-page-options="[2, 10, 25, 50, 100]"
|
:rows-per-page-options="[10, 25, 50, 100]"
|
||||||
@update:pagination="updatePagination"
|
@update:pagination="updatePagination"
|
||||||
>
|
>
|
||||||
<template v-slot:header="props">
|
<template v-slot:header="props">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue