当前位置:   article > 正文

Ant Design of Vue 表单赋值问题_this.form.setfieldsvalue

this.form.setfieldsvalue

表单赋值:this.form.setFieldsValue({ 属性名: 属性值 }) 属性值:v-decorator="[‘属性值名’,
{}]"

在这里插入图片描述

多个赋值 this.form.setFieldsValue(pick(this.model, 'dictBusinessTypeId', 'name', 'comment'))
单个赋值 this.form.setFieldsValue({ dictEntityTableAssociationId: this.associationData[0].id })
  • 1
  • 2

例如
select 赋值 this.form.setFieldsValue({ fkSpEntityId: res.result[0].id })

在这里插入图片描述
多个表单赋值
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/115504
推荐阅读
相关标签
  

闽ICP备14008679号