solution
you can not set a form field before rendering a field associated with the value.
you can use ‘getFieldDecorator’ instead v-decorator to register it before render
原因是不能给多传form的参数,比如id
只能选择当前页面form绑定的字段
you can not set a form field before rendering a field associated with the value.
you can use ‘getFieldDecorator’ instead v-decorator to register it before render
原因是不能给多传form的参数,比如id
只能选择当前页面form绑定的字段