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 = []