king
2023-08-04 465be8b618c1fb139d56ed779ff6f4dbc8d89b89
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,