From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/tabviews/rolemanage/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/rolemanage/index.jsx b/src/tabviews/rolemanage/index.jsx
index a856b86..2470166 100644
--- a/src/tabviews/rolemanage/index.jsx
+++ b/src/tabviews/rolemanage/index.jsx
@@ -558,7 +558,7 @@
           this.getSelectMenuList()
         })
         if (window.GLOB.mainSystemApi) {
-          Api.getLocalConfig(localParam).then(res => {
+          Api.genericInterface(localParam).then(res => {
             if (!res.status) {
               notification.warning({
                 top: 92,
@@ -627,7 +627,7 @@
         })
         
         if (window.GLOB.mainSystemApi) {
-          Api.getLocalConfig(localParam).then(res => {
+          Api.genericInterface(localParam).then(res => {
             if (!res.status) {
               notification.warning({
                 top: 92,

--
Gitblit v1.8.0