FEMessage / FEMessage/el-form-renderer

表单中如果使用内嵌属性,那么值显示不出来

Open
#237 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
234
Forks
64
PR merge metrics
No merged PRs in 30d

Description

例如设置 { type: "input", id: "UE.Imsi", label: "IMSI"}, id UE.Imsi为内嵌属性。通过updateForm设置表单的数据
this.$refs.dialog.$once('opened', () => {
this.$refs.form.updateForm(formValue)
})
最终报错:Error in mounted hook: "Error: please transfer a valid prop path to form item!"
UE.Imsi的值没有显示出来
似乎不能用内嵌属性

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.