Open
Description
Version
3.22.1
Vue Version
5.0.8
Link to minimal reproduction
props: {
label: 'name',
children: 'children',
},
指定label为其他字段时无法获取选中值,尽管已经指定了nodeKey: 'id'。
Step to reproduce
props: {
label: 'name',
children: 'children',
},
指定label为其他字段时无法获取选中值,尽管已经指定了nodeKey: 'id'。
What is expected
No response
What is actually happening
No response
What is your project name
test
Any additional comments (optional)
No response