king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
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() {}