### Version 1.18.3 ### Link to Minimal Reproduction nn ### Steps to Reproduce https://github.com/user-attachments/assets/eb93e3b8-ff92-4a90-8819-f9e12b682a6a 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 ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_
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
Any additional comments?
No response