diff --git a/apps/web-antd/src/views/product/batch/composables/batch-page/data-actions.ts b/apps/web-antd/src/views/product/batch/composables/batch-page/data-actions.ts index 1ec3c6a..f521e2d 100644 --- a/apps/web-antd/src/views/product/batch/composables/batch-page/data-actions.ts +++ b/apps/web-antd/src/views/product/batch/composables/batch-page/data-actions.ts @@ -78,7 +78,7 @@ export function createBatchDataActions(options: CreateBatchDataActionsOptions) { }), searchProductPickerApi({ storeId: options.selectedStoreId.value, - limit: 1000, + limit: 500, }), ]);