fix: 修正商品批量工具商品选择器查询上限
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s

This commit is contained in:
2026-02-26 12:14:29 +08:00
parent 9e869e6788
commit 00643eae56

View File

@@ -78,7 +78,7 @@ export function createBatchDataActions(options: CreateBatchDataActionsOptions) {
}), }),
searchProductPickerApi({ searchProductPickerApi({
storeId: options.selectedStoreId.value, storeId: options.selectedStoreId.value,
limit: 1000, limit: 500,
}), }),
]); ]);