From be8f81fe2eb52e841efead8586e514842471e0ba Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 九月 2023 16:50:35 +0800 Subject: [PATCH] 2023-09-14 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx index 07c8db4..add3b7b 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/customscript/index.jsx @@ -243,7 +243,7 @@ } else { this.setState({loading: true}) Api.genericInterface(param).then(res => { - if (res.status) { + if (res.status || res.ErrCode === '-2') { this.setState({ loading: false, editItem: null -- Gitblit v1.8.0