greengerong / rebirth-ng

rebirth-ng is a ui framework for Angular & bootstrap.
https://greengerong.github.io/rebirth-ng/
MIT License
116 stars 21 forks source link

treeview使用appendNodes添加顶层节点时出错:parentNode is undefined #16

Closed winds2016 closed 7 years ago

winds2016 commented 7 years ago

TreeViewService.prototype.appendNodes = function (treeData, valueField, parentId, nodes) parentId不存在时需要判断

greengerong commented 7 years ago

在自己的treeData中 push。appendNodes是为增加子节点使用的。