king
2019-09-20 4e837faa0307fda4d0d3bd463c88a7ef43817443
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 })