From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/menu/components/group/normal-group/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/menu/components/group/normal-group/index.jsx b/src/menu/components/group/normal-group/index.jsx index 2c087bc..1b47f0b 100644 --- a/src/menu/components/group/normal-group/index.jsx +++ b/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) -- Gitblit v1.8.0