mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-19 13:58:38 +00:00
!829 fix: 修复上传文件后后端报错导致无法再次提交的bug
Merge pull request !829 from 局外人/master
This commit is contained in:
@@ -87,7 +87,7 @@ const emits = defineEmits(['success'])
|
|||||||
const submitFormSuccess = (response: any) => {
|
const submitFormSuccess = (response: any) => {
|
||||||
if (response.code !== 0) {
|
if (response.code !== 0) {
|
||||||
message.error(response.msg)
|
message.error(response.msg)
|
||||||
formLoading.value = false
|
resetForm()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 拼接提示语
|
// 拼接提示语
|
||||||
|
|||||||
Reference in New Issue
Block a user