chore(Pagination): Remove the unnecessary pagesize attribute
This commit is contained in:
parent
cdac147bc8
commit
f5f7952515
|
|
@ -48,7 +48,6 @@ export function usePagination(refProps: ComputedRef<BasicTableProps>) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
current: 1,
|
current: 1,
|
||||||
pageSize: PAGE_SIZE,
|
|
||||||
size: 'small',
|
size: 'small',
|
||||||
defaultPageSize: PAGE_SIZE,
|
defaultPageSize: PAGE_SIZE,
|
||||||
showTotal: (total) => t('component.table.total', { total }),
|
showTotal: (total) => t('component.table.total', { total }),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue