fix: remove autoFormCreate
parent
0f7d77830a
commit
782eebccee
|
@ -150,7 +150,7 @@ const Form = {
|
|||
},
|
||||
},
|
||||
updated() {
|
||||
if (this.autoFormCreate || this.form) {
|
||||
if (this.form && this.form.cleanUpUselessFields) {
|
||||
this.form.cleanUpUselessFields();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue