king
2021-09-18 d3a618f09ab510de5c4ca772c44f60c218b61964
src/utils/utils-custom.js
@@ -16,10 +16,12 @@
        }
      } else if (item.type === 'tabs') {
        let _item = {
          type: 'tabs',
          value: item.uuid,
          label: item.name,
          children: item.subtabs.map(f_tab => {
            let subItem = {
              type: 'tab',
              value: f_tab.uuid,
              label: f_tab.label,
              children: this.getSubModules(f_tab.components, selfId)