Update save.vue

This commit is contained in:
sakuya 2022-05-26 12:34:22 +08:00
parent 9c5441cfa7
commit 7fa086f692
1 changed files with 1 additions and 1 deletions

View File

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