This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-06 16:32:19 +07:00
parent 09fdfe9f20
commit de3a5d1aea

View file

@ -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">