king
2022-11-29 b0c7a660750a8b29e7f8b3a648296d56c50fd2ca
src/tabviews/treepage/index.jsx
@@ -115,7 +115,7 @@
      // 权限过滤
      config.tabgroups.forEach(group => {
        group.sublist = group.sublist.filter(tab => {
        group.sublist = group.sublist.map(tab => {
          if (tab.supMenu === 'mainTable' || (!tab.supMenu && tab.level === 0)) {
            tab.isTreeNode = true
          }
@@ -124,8 +124,8 @@
          }
          tab.ContainerId = this.state.ContainerId
          return window.GLOB.mkActions[tab.linkTab]}
        )
          return tab
        })
      })
      let _tabgroups = []