From 26d0fa42ea8c63a87e8ef93d0915f75f46fb1f9c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 三月 2022 11:09:53 +0800 Subject: [PATCH] 2022-03-24 --- 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