antd使用的出现的问题

249 阅读1分钟

form 中的一些问题

2019-0513

  • 重置form中输入框的值。
const { form: {resetFields} } = this.props;
    resetFields()