ant design pro vue
warning.js?d96e:34 Warning: You cannot set a form field before rendering a field associated with the value. You can use `getFieldDecorator(id, options)` instead `v-decorator="[id, options]"` to register it before render.
用form.setFieldValue方法,给form赋值时,需要保证赋值的数据中的各项要在form的field中。即,赋值前,去掉不需要得参数项。
共有 0 条评论