fix: 修复上传文件后后端报错导致无法再次提交的bug

This commit is contained in:
朱桂志
2025-10-24 17:41:03 +08:00
parent 6b28dba11b
commit 9e4e565226

View File

@@ -87,7 +87,7 @@ const emits = defineEmits(['success'])
const submitFormSuccess = (response: any) => {
if (response.code !== 0) {
message.error(response.msg)
formLoading.value = false
resetForm()
return
}
// 拼接提示语