TASK #3385
@@ -927,6 +927,8 @@ const billsGuidance = (function () {
//非叶子节点默认收起
else{
bills.tree.setRootExpanded(bills.tree.roots, false);
+ // 默认展开第一个节点到第二层
+ bills.tree.roots[0].setExpanded(true);
}
//设置tag以悬浮提示