feat: 移除SKU后台保存中的loading提示
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
This commit is contained in:
@@ -370,11 +370,6 @@ export function createProductDetailDataActions(
|
||||
|
||||
activeSkuSaveJobId = jobId;
|
||||
const toastKey = `product-sku-save-job-${jobId}`;
|
||||
message.loading({
|
||||
content: 'SKU 正在后台保存,可继续操作',
|
||||
duration: 0,
|
||||
key: toastKey,
|
||||
});
|
||||
|
||||
const jobResult = await waitForSkuSaveJob(storeIdValue, jobId);
|
||||
if (activeSkuSaveJobId !== jobId) {
|
||||
|
||||
Reference in New Issue
Block a user