From d366a5046de850d1897eda5690a4cdee705761e0 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 17 Dec 2021 12:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E9=A1=B5=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=9D=A1/=E9=A1=B5=E6=95=B0=E4=B8=8D=E7=94=9F?= =?UTF-8?q?=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index fc9dee9..5b6d718 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -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)