Pre Merge pull request !829 from 局外人/master

pull/829/MERGE
局外人 2025-11-22 11:53:21 +00:00 committed by Gitee
commit 2a28c6f02e
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
}
//