tree-transfer icon indicating copy to clipboard operation
tree-transfer copied to clipboard

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

Open Buccal opened this issue 2 years ago • 1 comments

您好,我使用的是最新版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 avatar Jan 24 '22 06:01 Buccal

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

litTaoTao avatar Feb 18 '22 08:02 litTaoTao