From 1e7ded5117ceae9b03b86958065037795ed18944 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Thu, 29 May 2025 16:31:21 +0800
Subject: [PATCH] =?UTF-8?q?SBBJ-1179=20=E4=BE=9B=E5=BA=94=E5=95=86?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=88=90=E5=8A=9F?=
=?UTF-8?q?=E5=BA=94=E6=9C=89=E6=8F=90=E7=A4=BA=EF=BC=8C=E7=8E=B0=E6=B2=A1?=
=?UTF-8?q?=E6=9C=89=E6=8F=90=E7=A4=BA=20=20=E5=AF=BC=E5=85=A5=E8=BF=94?=
=?UTF-8?q?=E5=9B=9E400=E7=9A=84=E6=97=B6=E5=80=99=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/ImportForm/src/SYMonthImportForm.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/components/ImportForm/src/SYMonthImportForm.vue b/src/components/ImportForm/src/SYMonthImportForm.vue
index 8e86271..c1337b4 100644
--- a/src/components/ImportForm/src/SYMonthImportForm.vue
+++ b/src/components/ImportForm/src/SYMonthImportForm.vue
@@ -254,6 +254,11 @@ const submitFormSuccess = (response: any) => {
} else {
message.success('导入成功')
}
+ } else {
+ uploadRef.value!.clearFiles()
+ message.error(response.msg)
+ formLoading.value = false
+ return
}
}