!829 fix: 修复上传文件后后端报错导致无法再次提交的bug
Merge pull request !829 from 局外人/master
This commit is contained in:
commit
6b65e13ccc
@ -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
|
||||
}
|
||||
// 拼接提示语
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user