From 6738d48087c2c89d136eaf2a494c61392e087b54 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 21 Nov 2023 14:50:02 +0800 Subject: [PATCH] fix:表格滚动修改 --- src/views/toCarryOutLegislativeReforms/reform/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue index aef1464..8863d35 100644 --- a/src/views/toCarryOutLegislativeReforms/reform/index.vue +++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue @@ -548,6 +548,7 @@ }) }, handleSearchBut(obj) { + let pageSize = this.pagination.pageSize this.pagination = { currentPage: 1, // ������������������������������������������(���������������������������) @@ -555,7 +556,7 @@ // ������������������������������ pageSizes: [10, 30, 60, 100], // ������������������������������������������ - pageSize: 10 + pageSize: pageSize } this.handleSearch(obj) }, -- Gitblit v1.8.0