From 2d445a7f255343099b4647ea5ce51d2980768003 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 28 Sep 2023 16:45:41 +0800 Subject: [PATCH] fix:立行立改 --- src/views/toCarryOutLegislativeReforms/reform/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue index 5af2319..f3515e1 100644 --- a/src/views/toCarryOutLegislativeReforms/reform/index.vue +++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue @@ -162,9 +162,9 @@ background :current-page="pagination.currentPage" :page-sizes="pagination.pageSizes" - :page-size="pagination.PageSize" + :page-size="pagination.pageSize" :total="pagination.totalCount" - layout="sizes,prev, pager, next, jumper" + layout="total, sizes, prev, pager, next, jumper" @size-change="handleSizeChange" @current-change="handleCurrentChange" /> @@ -403,7 +403,7 @@ // ��������������������� handleSizeChange(val) { // ��������������������������� - this.pagination.PageSize = val + this.pagination.pageSize = val // ��������������������������������������������������������������������������� this.pagination.currentPage = 1 this.handleSearch() -- Gitblit v1.8.0