赞
踩
表单赋值:this.form.setFieldsValue({ 属性名: 属性值 }) 属性值:v-decorator="[‘属性值名’,
{}]"
多个赋值 this.form.setFieldsValue(pick(this.model, 'dictBusinessTypeId', 'name', 'comment'))
单个赋值 this.form.setFieldsValue({ dictEntityTableAssociationId: this.associationData[0].id })
例如
select 赋值 this.form.setFieldsValue({ fkSpEntityId: res.result[0].id })
多个表单赋值
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。