We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9534e commit 0f80623Copy full SHA for 0f80623
lib/EleForm.vue
@@ -581,7 +581,7 @@ export default {
581
if (this.computedFormDesc[field].displayFormatter) {
582
defaultValue = this.desc.displayFormatter(defaultValue, this.formData)
583
}
584
- setDeepVal(this.formData, field, defaultValue)
+ this.setValue(field, defaultValue)
585
586
587
const fullPath = field.split('.').join('.chidlren.')
0 commit comments