This commit is contained in:
dzl 2025-04-29 16:25:01 +08:00
parent e560aff43d
commit 9f4fbf0a73

View File

@ -95,6 +95,7 @@ const formSave = (onCallBack) => {
}).catch((e) => { }).catch((e) => {
return Promise.reject(e); return Promise.reject(e);
}); });
} }
}); });
// 使 Promise.all // 使 Promise.all