king
2022-02-08 f393af9623c26ae177a3f69b8676afc4e23bff8d
src/menu/components/group/normal-group/index.jsx
@@ -35,7 +35,6 @@
      let _group = {
        uuid: group.uuid,
        type: group.type,
        floor: group.floor,
        tabId: group.tabId || '',
        parentId: group.parentId || '',
        subtype: group.subtype,
@@ -145,7 +144,6 @@
  insert = (item) => {
    let group = fromJS(this.state.group).toJS()
    item.floor = group.floor || 1
    item.parentId = group.parentId
    group.components.push(item)