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.
使用Ant a-form 渲染数据时报错。
1. 将数据渲染放在 this.$nextTick(() => { }) 中
2. 将渲染数据方法放在 mounted() 中
3. 将a-form可见性 this.visible = true ,放在渲染填充数据的前面