mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-05-15 19:57:53 +00:00
fix 修复 文件上传遮罩层没关闭loading问题
This commit is contained in:
@@ -158,6 +158,7 @@ const handleExceed = () => {
|
||||
// 上传失败
|
||||
const handleUploadError = () => {
|
||||
modal.msgError('上传文件失败');
|
||||
modal.closeLoading();
|
||||
};
|
||||
|
||||
// 上传成功回调
|
||||
|
||||
Reference in New Issue
Block a user