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) @@ -667,6 +669,8 @@ }) } if (item.type === 'topbar') { item.wrap.name = '' item.name = '' if (item.search && item.search.fields) { item.search.fields = item.search.fields.map(cell => { cell.uuid = this.getuuid()