const { getFieldProps } = this.props.form;
const { getFieldProps2 } = this.props.form2;
return(
);
这里怎么获取这两个表单的数据?上面的做法是被报错的,会提示getFieldProps2 未定义
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
我也遇到题主的问题了,最后解决方案是把每个表单单独用一个组件