React 使用antd 清空表单

handleResetClick = e => {
  this.props.form.resetFields();
};

原文地址:https://www.cnblogs.com/yinhao-jack/p/10570072.html