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

Merge pull request !829 from 局外人/master
pull/828/MERGE
芋道源码 2025-11-22 11:55:15 +00:00 committed by Gitee
commit 6b65e13ccc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

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
}
//