Skip to content

[Bug] 多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态也选中了 #3919

@131661

Description

@131661

Version

1.18.3

Link to Minimal Reproduction

nn

Steps to Reproduce

bandicam.2025-05-20.16-21-15-960.mp4

const option = {
records: tableData,
columns,
widthMode: 'standard',
editable: true,
rowSeriesNumber: {
title: '',
dragOrder: true,
width: 'auto',
headerType: 'checkbox',
cellType: 'checkbox',
enableTreeCheckbox: true,
headerStyle: {
color: 'black',
bgColor: 'pink',
},
style: {
color: 'red',
},
},
}

Current Behavior

多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态也选中了

Expected Behavior

多级树,折叠状态下选中第5行,然后再展开第5行,非第5行的孩子节点状态不选中

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions