src/templates/sharecomponent/tabscomponent/index.jsx
@@ -101,7 +101,7 @@ if (group.uuid === _group.uuid) { isuptab = false group.sublist.forEach(tab => { // 可关联的同级标签 if (tab.level) { if (tab.level || tab.level === 0) { levels[tab.uuid] = tab.level } @@ -112,7 +112,7 @@ }) } else if (isuptab) { group.sublist.forEach(tab => { if (tab.level) { if (tab.level || tab.level === 0) { levels[tab.uuid] = tab.level }