React中引用antd的Form表单数据获取

const { getFieldDecorator } = this.props.form;java this.getFieldsValue = this.props.form.getFieldsValue;//得到表单全部控件的值ui this.props.form.getFieldsValue(“name”)//得到指定控件的值this this.props.form.validateFiel
相关文章
相关标签/搜索