src/components/resetpwd/index.jsx @@ -31,6 +31,10 @@ }) } resetfrom = () => { this.props.form.resetFields() } handleConfirmBlur = e => { const { value } = e.target this.setState({ confirmDirty: this.state.confirmDirty || !!value })