From d823d3aa1a06895c4806b502bfb6f31994c76769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Tue, 28 Feb 2023 23:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Diss=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E5=8F=82?= =?UTF-8?q?=E6=95=B0parameter=E7=9A=84size=E9=BB=98=E8=AE=A4=E6=98=AFundef?= =?UTF-8?q?ined=EF=BC=8C=E6=84=9F=E8=B0=A2qq=E7=BE=A4=20seven=20=E5=B0=8F?= =?UTF-8?q?=E4=BC=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/components/Table/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowy-admin-web/src/components/Table/index.vue b/snowy-admin-web/src/components/Table/index.vue index 1f4902ea..1fc1d0e7 100644 --- a/snowy-admin-web/src/components/Table/index.vue +++ b/snowy-admin-web/src/components/Table/index.vue @@ -180,7 +180,7 @@ current: (pagination && pagination.current) || this.showPagination && this.localPagination.current || this.pageNum, size: (pagination && pagination.pageSize) || - this.showPagination && this.localPagination.pageSize || this.pageSize + this.showPagination && this.localPagination.pageSize || this.pageSize || this.localPagination.size }, (sorter && sorter.field && { sortField: sorter.field