Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
| 53 | baseColProps: { span: 8 }, | 53 | baseColProps: { span: 8 }, |
| 54 | schemas: searchFormSchema, | 54 | schemas: searchFormSchema, |
| 55 | submitFunc: async () => { | 55 | submitFunc: async () => { |
| 56 | - getDataSource(); | 56 | + getDataSource({ pageSize: pagination.pageSize, page: 1 }); |
| 57 | }, | 57 | }, |
| 58 | }); | 58 | }); |
| 59 | 59 |