king
2021-10-10 d7336f63fed8af93eec43243db8c0607781b3d5d
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)