From 7fc697dfb49405ef776353cf0447d225fe5023c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 6 Sep 2019 20:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js b/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js index 3b18c7e70..8b4cc8dbb 100644 --- a/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js +++ b/public/react/src/modules/user/usersInfo/banks/NewGtaskForm.js @@ -137,6 +137,7 @@ class NewGtaskForms extends Component{ ).then((response) => { if(response.data.status===0){ this.props.showNotification(response.data.message) + this.props.onCancel() }else{ this.props.showNotification(response.data.message) }