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)