This commit is contained in:
pushuo 2022-07-26 21:23:24 +08:00
parent 3046dff6a0
commit 2fcfeaf8c0
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@
closeCustomersDialog(form) {
Object.keys(this.dialog.form).forEach(key => this.dialog.form[key] = '')
this.dialog.form.rules = []
this.dialog.show = false
}
}