From 00643eae56cc03033a6ec1d802cf8af5a12f7561 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Thu, 26 Feb 2026 12:14:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=B7=A5=E5=85=B7=E5=95=86=E5=93=81=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8=E6=9F=A5=E8=AF=A2=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/product/batch/composables/batch-page/data-actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }), ]);