From d366a5046de850d1897eda5690a4cdee705761e0 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 17 十二月 2021 12:08:17 +0800
Subject: [PATCH] 修复分页选择条/页数不生效问题

---
 src/components/Pagination/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 @@
   }
 })
 function handleSizeChange(val) {
+  pageSize.value = val
   emit('pagination', { page: currentPage.value, limit: val })
   if (props.autoScroll) {
     scrollTo(0, 800)

--
Gitblit v1.9.3