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

[treeSelect] 根节点显示异常 #722

Closed
Fly-Feel opened this issue Apr 8, 2022 · 5 comments
Closed

[treeSelect] 根节点显示异常 #722

Fly-Feel opened this issue Apr 8, 2022 · 5 comments
Labels
to be published fixed, not be published

Comments

@Fly-Feel
Copy link

Fly-Feel commented Apr 8, 2022

tdesign-vue 版本

0.40.1

重现链接

https://codesandbox.io/s/tdesgin-demo-1pgjq3?file=/src/demo.vue

重现步骤

异常
38行:this.form.parentId = 0;
45行:const menu = { menuId: 0, menuName: "主类目", children: [] };
image

正常
38行:this.form.parentId = '0';
45行:const menu = { menuId: '0', menuName: "主类目", children: [] };
image

38行:this.form.parentId = 1;

期望结果

根节点为数字0时也正常显示

实际结果

No response

框架版本

Vue(2.6.11)

浏览器版本

Microsoft Edge 100.0.1185.29 (正式版本) (64 位)

系统版本

win10

Node版本

No response

补充说明

No response

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2022

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

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2022

♥️ 有劳 @Godlike-meteor 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @Fly-Feel

@Fly-Feel
Copy link
Author

Fly-Feel commented Apr 8, 2022

@chaishi

@chaishi
Copy link
Collaborator

chaishi commented Apr 21, 2022

收到,我找同学看下 @Godlike-meteor

@xiaosansiji xiaosansiji added the to be published fixed, not be published label Apr 21, 2022
@xiaosansiji
Copy link
Collaborator

已在 0.41.0 版本中修复

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

No branches or pull requests

3 participants