fix 修复 文件上传遮罩层没关闭loading问题

This commit is contained in:
疯狂的狮子Li
2026-05-15 13:31:39 +08:00
parent 5ebb9060ea
commit a9b2d7745d

View File

@@ -158,6 +158,7 @@ const handleExceed = () => {
// 上传失败
const handleUploadError = () => {
modal.msgError('上传文件失败');
modal.closeLoading();
};
// 上传成功回调