src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
@@ -657,7 +657,7 @@ this.setState({ loading: true }) Api.getLocalConfig(param).then(res => { Api.genericInterface(param).then(res => { this.setState({ loading: false }) @@ -888,7 +888,7 @@ param.timestamp = timestamp param.secretkey = Utils.encrypt('', timestamp) Api.getLocalConfig(param).then(result => { Api.genericInterface(param).then(result => { if (result.status) { _resolve() } else {