Skip to content

[Bug] 多级树,复选框勾选父节点A和A的孩子节点A1,然后移动。移动后A1未选中,选中的原始A1所在行。 #3975

Open
@131661

Description

@131661

Version

1.18.3

Link to Minimal Reproduction

Steps to Reproduce

多级树,复选框勾选父节点A和A的孩子节点A1,然后移动。移动后A1未选中,选中的原始A1所在行。

const option = {
records: records,
columns,
widthMode: 'standard',
hierarchyExpandLevel: 2,
rowSeriesNumber: {
title: '',
dragOrder: true,
cellType: 'checkbox',
enableTreeCheckbox: true,
style: {
color: 'red',
},
},
}

Current Behavior

bandicam.2025-05-30.10-21-14-621.mp4

Expected Behavior

多级树,复选框勾选父节点A和A的孩子节点A1,然后移动,A和A1的勾选状态可以同步更新。

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions