-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Transfer自定义列表中清除已选择某个节点,节点状态不会改变,无论父节点还是子节点,除非全部清除 #4917
Comments
代码如下: import {h, nextTick, ref, useModel} from "vue"
} |
This issue does not have any recent activity. If you are still experiencing similar problems, open a new error, including a minimal copy of the problem |
TuSimple/naive-ui version (版本)
2.34.4
Vue version (Vue 版本)
3.3.4
Browser and its version (浏览器及其版本)
1
System and its version (系统及其版本)
1
Node version (Node 版本)
1
Reappearance link (重现链接)
https://www.naiveui.com/zh-CN/os-theme/components/transfer
Reappearance steps (重现步骤)
Transfer自定义列表中清除已选择某个节点,节点状态不会改变,无论父节点还是子节点,除非全部清除。比如官网的demo种的自定义列表,全选后在右边已选中的节点中清掉某一个,左侧的节点状态不会变,除非清掉父节点
Expected results (期望的结果)
Transfer自定义列表中清除已选择某个节点,节点状态不会改变,无论父节点还是子节点,除非全部清除。比如官网的demo种的自定义列表,全选后在右边已选中的节点中清掉某一个,左侧的节点状态不会变,除非清掉父节点
Actual results (实际的结果)
Transfer自定义列表中清除已选择某个节点,节点状态不会改变,无论父节点还是子节点,除非全部清除。比如官网的demo种的自定义列表,全选后在右边已选中的节点中清掉某一个,左侧的节点状态不会变,除非清掉父节点
Remarks (补充说明)
Transfer自定义列表中清除已选择某个节点,节点状态不会改变,无论父节点还是子节点,除非全部清除。比如官网的demo种的自定义列表,全选后在右边已选中的节点中清掉某一个,左侧的节点状态不会变,除非清掉父节点
The text was updated successfully, but these errors were encountered: