当前位置:   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博客】
推荐阅读
相关标签
  

闽ICP备14008679号