From 4e837faa0307fda4d0d3bd463c88a7ef43817443 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 20 九月 2019 16:06:41 +0800
Subject: [PATCH] 2019-09-20update

---
 src/components/resetpwd/index.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/resetpwd/index.jsx b/src/components/resetpwd/index.jsx
index 448aea7..62d43b8 100644
--- a/src/components/resetpwd/index.jsx
+++ b/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 })

--
Gitblit v1.8.0