修复分页选择条/页数不生效问题
This commit is contained in:
parent
02b0bd0ec6
commit
d366a5046d
|
@ -77,6 +77,7 @@ const pageSize = computed({
|
|||
}
|
||||
})
|
||||
function handleSizeChange(val) {
|
||||
pageSize.value = val
|
||||
emit('pagination', { page: currentPage.value, limit: val })
|
||||
if (props.autoScroll) {
|
||||
scrollTo(0, 800)
|
||||
|
|
Loading…
Reference in New Issue