RuoYi
2021-12-17 d366a5046de850d1897eda5690a4cdee705761e0
src/components/Pagination/index.vue
@@ -77,6 +77,7 @@
  }
})
function handleSizeChange(val) {
  pageSize.value = val
  emit('pagination', { page: currentPage.value, limit: val })
  if (props.autoScroll) {
    scrollTo(0, 800)