fix: remove autoFormCreate

pull/422/head
tangjinzhou 2019-01-16 11:22:58 +08:00
parent 0f7d77830a
commit 782eebccee
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ const Form = {
},
},
updated() {
if (this.autoFormCreate || this.form) {
if (this.form && this.form.cleanUpUselessFields) {
this.form.cleanUpUselessFields();
}
},