From 113ff1aa0d62549730f1413fe5ffcadcf3a14f11 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 23 八月 2022 11:37:24 +0800
Subject: [PATCH] 2022-08-23

---
 src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
index 489a1b5..b66add0 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx
+++ b/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 {

--
Gitblit v1.8.0