FIX 模板CURD async表单验证报错

This commit is contained in:
sakuya 2022-05-26 11:59:38 +08:00
parent 917ca47339
commit 9c5441cfa7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
},
//
async submit(){
var valid = await this.$refs.dialogForm.validate()
var valid = await this.$refs.dialogForm.validate().catch(e => {})
if(!valid){
return false
}