Skip to content
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

2.4.7版本设置父子不关联的授权模式后,右侧数据穿梭到左侧会产生重复的父节点 #203

Open
Buccal opened this issue Jan 24, 2022 · 1 comment

Comments

@Buccal
Copy link

Buccal commented Jan 24, 2022

您好,我使用的是最新版2.4.7,我进行了以下设置:

<tree-transfer
  ref="tree"
  :from_data="fromData"
  :title="title"
  :to_data="toData"
  :defaultProps="{ label: 'label' }"
  height="540px"
  :checkStrictly="true"
  checkStrictlyType="authorization"
  filter
>
</tree-transfer>

当在右侧选择同一祖父节点、不同父节点的子节点的时候:
image
点击向左穿梭,会产生两个祖父节点:
image
麻烦您帮忙看一下,谢谢!

@Buccal Buccal changed the title 2.4.7版本设置父子不关联的授权模式后,右侧数据穿梭到左侧会产生相同的父节点 2.4.7版本设置父子不关联的授权模式后,右侧数据穿梭到左侧会产生重复的父节点 Jan 25, 2022
@litTaoTao
Copy link

litTaoTao commented Feb 18, 2022

image
image
我这边也遇到了,是这样解决的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants