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', }