From 4c775de9de07291b345fd5c975a87230ddedd5ca Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 五月 2020 09:27:13 +0800 Subject: [PATCH] 2020-05-20 --- src/tabviews/zshare/actionList/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx index c5774d2..b045b7a 100644 --- a/src/tabviews/zshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -2441,7 +2441,8 @@ */ handleCancel = () => { this.setState({ - visible: false + visible: false, + confirmLoading: false }) } @@ -2507,6 +2508,7 @@ }, onCancel() { _this.setState({ + loadingUuid: '', running: false }) } -- Gitblit v1.8.0