refactor: add page size
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
3ddea74b73
commit
d4f021d0e6
4 changed files with 39 additions and 5 deletions
|
|
@ -923,7 +923,10 @@ watch(
|
|||
{{ $t('general.recordPerPage') }}
|
||||
</div>
|
||||
<div>
|
||||
<PaginationPageSize v-model="pageSize" />
|
||||
<PaginationPageSize
|
||||
v-model="pageSize"
|
||||
:fetch-data="() => fetchData()"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue