fix: 修正商品批量工具商品选择器查询上限
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 51s
This commit is contained in:
@@ -78,7 +78,7 @@ export function createBatchDataActions(options: CreateBatchDataActionsOptions) {
|
|||||||
}),
|
}),
|
||||||
searchProductPickerApi({
|
searchProductPickerApi({
|
||||||
storeId: options.selectedStoreId.value,
|
storeId: options.selectedStoreId.value,
|
||||||
limit: 1000,
|
limit: 500,
|
||||||
}),
|
}),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user