We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"tdesign-vue": "1.10.7"
https://stackblitz.com/edit/dwerbjkx?file=src%2Fdemo.vue
1 传入selected-row-keys,保证其中有一个key不在data中 2 点击checkbox 3 在select-change中打印selectedRowData 4 观察selectedRowData,其中会有undefined元素
期望不要将不存在的key元素作为undefind放进selectedRowData
不存在的key元素作为undefind放进了selectedRowData
Version 131.0.6778.205 (Official Build) (64-bit)
win11
v22.11.0
No response
The text was updated successfully, but these errors were encountered:
👋 @refanbanzhang,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
是移除了某行数据导致的吗
不是,后台返回的selectedkeys,其中有些不存在于table第一页data中,就会导致select-change将其作为undefind抛出
No branches or pull requests
tdesign-vue 版本
"tdesign-vue": "1.10.7"
重现链接
https://stackblitz.com/edit/dwerbjkx?file=src%2Fdemo.vue
重现步骤
1 传入selected-row-keys,保证其中有一个key不在data中
2 点击checkbox
3 在select-change中打印selectedRowData
4 观察selectedRowData,其中会有undefined元素
期望结果
期望不要将不存在的key元素作为undefind放进selectedRowData
实际结果
不存在的key元素作为undefind放进了selectedRowData
框架版本
"tdesign-vue": "1.10.7"
浏览器版本
Version 131.0.6778.205 (Official Build) (64-bit)
系统版本
win11
Node版本
v22.11.0
补充说明
No response
The text was updated successfully, but these errors were encountered: