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/verifyexcelout/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx index beddccf..10ac57f 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx @@ -905,7 +905,7 @@ param.secretkey = Utils.encrypt('', timestamp) Api.genericInterface(param).then(result => { - if (result.status) { + if (result.status || result.ErrCode === '-2') { this.setState({debugId: _debugId}) _resolve() } else { -- Gitblit v1.8.0