From 2652a3c1485dbbf3b003e13e5c5d1c0205e7c324 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 九月 2020 09:19:46 +0800 Subject: [PATCH] 2020-09-09 --- src/templates/sharecomponent/settingcalcomponent/verifycard/customscript/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/settingcalcomponent/verifycard/customscript/index.jsx b/src/templates/sharecomponent/settingcalcomponent/verifycard/customscript/index.jsx index 996e2ff..5376305 100644 --- a/src/templates/sharecomponent/settingcalcomponent/verifycard/customscript/index.jsx +++ b/src/templates/sharecomponent/settingcalcomponent/verifycard/customscript/index.jsx @@ -131,6 +131,10 @@ sql: '' }) this.props.scriptSubmit(values) + }, () => { + this.setState({ + loading: false + }) }) } }) -- Gitblit v1.8.0