From 465be8b618c1fb139d56ed779ff6f4dbc8d89b89 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 04 八月 2023 15:47:14 +0800
Subject: [PATCH] 2023-08-04

---
 src/views/rolemanage/index.jsx |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/views/rolemanage/index.jsx b/src/views/rolemanage/index.jsx
index 5c5a369..ce7203b 100644
--- a/src/views/rolemanage/index.jsx
+++ b/src/views/rolemanage/index.jsx
@@ -19,8 +19,6 @@
 const Header = asyncComponent(() => import('./header'))
 const TransferForm = asyncComponent(() => import('@/templates/zshare/basetransferform'))
 
-sessionStorage.setItem('isEditState', 'true')
-
 class RoleManage extends Component {
   state = {
     app: null,
@@ -95,7 +93,7 @@
   getAppViewList = () => {
     const { app } = this.state
 
-    Api.getSystemConfig({
+    Api.getCloudConfig({
       func: 's_get_keyids',
       bid: app.ID
     }).then(result => {
@@ -482,7 +480,7 @@
       confirmLoading: true
     })
 
-    Api.getSystemConfig({
+    Api.getCloudConfig({
       func: 'sPC_MainMenu_ReDel',
       MenuID: targetKeys.join(','),
       TypeCharOne: app.kei_no,
@@ -549,7 +547,7 @@
             })
 
             if (app.typename === 'pc' && list.length > 0) {
-              Api.getSystemConfig({
+              Api.getCloudConfig({
                 func: 'sPC_MainMenu_ReDel',
                 MenuID: list.join(','),
                 TypeCharOne: app.kei_no,

--
Gitblit v1.8.0