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

Bug: tree 1,2级有数据, 当props的children值不是'children'时,动态获取第3级数据,视图不更新 #1439

Closed
ivan403704409 opened this issue Nov 29, 2016 · 0 comments · Fixed by #1524

Comments

@ivan403704409
Copy link

tree 1,2级有数据, 当props的children值不是'children'时,动态获取第3级数据,视图不更新
#1293 还没完全解决

props = { level: 'level', children: 'children' }时, 正常 demo1

props = { level: 'level', children: 'childrenxxx' }时, 有问题 demo2

顺便提个建议,发版周期能否缩短一点?

@ivan403704409 ivan403704409 changed the title tree 1,2级有数据, 当props的children值不是'children'时,动态获取第3级数据,视图不更新 Bug: tree 1,2级有数据, 当props的children值不是'children'时,动态获取第3级数据,视图不更新 Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants