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