Commit fd126dfdb643785b4a3bb71f35f2353a76ce5ca6

Authored by ww
1 parent 8c24b550

fix: DEFECT-1100修复筛选产品时未重置当前分页

@@ -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