king
2020-06-03 d3172b799eccdf7fa69050a0f2d596309bd78059
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
          }