king
2021-09-25 fbb86e82858efde1a0402df31f1d11dc5a2f66d4
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()