From 9942cde78aa3b974bbc00eb610e0b79765cd246c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Sat, 8 Feb 2025 09:17:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E8=AE=B0=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B1=95=E7=A4=BA20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/push-record-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-inspection/components/push-record-list.vue b/src/views/trials/trials-inspection/components/push-record-list.vue index 247e48b..b029113 100644 --- a/src/views/trials/trials-inspection/components/push-record-list.vue +++ b/src/views/trials/trials-inspection/components/push-record-list.vue @@ -199,7 +199,7 @@ const defaultSearchData = () => { StartTime: null, EndTime: null, PageIndex: 1, - PageSize: 10, + PageSize: 20, Asc: false, SortField: 'StartTime', }