From a9b2d7745df70ff7b8e2aee1ab6f6aa3412cc39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 15 May 2026 13:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=81=AE=E7=BD=A9=E5=B1=82=E6=B2=A1=E5=85=B3?= =?UTF-8?q?=E9=97=ADloading=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FileUpload/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index f8e7bf6f..0897804c 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -158,6 +158,7 @@ const handleExceed = () => { // 上传失败 const handleUploadError = () => { modal.msgError('上传文件失败'); + modal.closeLoading(); }; // 上传成功回调