导语
ant design子组件渲染不能及时渲染
编辑
核心代码
<CertifyInfo key={JSON.stringify(activeUpdateData)} onRef={(ref) => { this.certifyInfo = ref; }} partnerType={partnerType} setLoading={this.setLoading} dispatch={this.props.dispatch} activeUpdateData={activeUpdateData} type="edit" />
总结
key={JSON.stringify(activeUpdateData)}利用这条规则控制页面数据变化渲染