src/menu/components/group/normal-group/index.jsx
@@ -136,15 +136,15 @@ if (group.components.length === 0) return const _this = this const that = this confirm({ title: '确定释放分组元素吗?', content: '', onOk() { _this.props.unGroup(group.uuid) that.props.unGroup(group.uuid) setTimeout(() => { _this.updataGroup() that.updataGroup() }, 10) }, onCancel() {}