Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.0.0-alpha.9
Environment
ant-design-vue 3.0.0-alpha.11 / vue 3.2.22
Reproduction link
Steps to reproduce
1.点击2次添加按钮
2.取消其中一个checkbox
What is expected?
正确的得到selectedRowKeys
What is actually happening?
取消一个时,selectedRowKeys全部取消
在2.2.8版本中是没问题的