tdesign-vue-next icon indicating copy to clipboard operation
tdesign-vue-next copied to clipboard

[穿梭框] 结合tree组件时,如果如果子节点children 为空数组时,不会展示该条父节点内容

Open xyunyun opened this issue 3 years ago • 1 comments
trafficstars

tdesign-vue-next 版本

1.9.0

重现链接

No response

重现步骤

当我用穿梭框结合tree组件使用的时候, 假设数据结构是这样 const items = [ { value: '1', label: '1', children: [ { value: '1.1', label: '1.1', }, ], }, { value: '2', label: '2', children: [], }, ]; value:2 这条数据的子节点是个空数组,并没有展示当前数据的父节点,我觉得应该是需要展示的

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

No response

xyunyun avatar Aug 09 '22 08:08 xyunyun

👋 @xyunyun,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

github-actions[bot] avatar Aug 09 '22 08:08 github-actions[bot]

+1

luoyu-233 avatar Aug 15 '22 08:08 luoyu-233

处理中

PengYYYYY avatar Aug 17 '22 02:08 PengYYYYY

0.20.2 已修复

PengYYYYY avatar Aug 23 '22 03:08 PengYYYYY