feat: 移除SKU后台保存中的loading提示
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s

This commit is contained in:
2026-02-25 13:18:02 +08:00
parent 08f3249c59
commit cd9c08fad3

View File

@@ -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) {