onLoadSuccess:function(){ //缩起所有 $(this).tree('collapseAll'); // 获取根节点 var root =$(this).tree('getRoot').target //展开根节点 $(this).tree('expand',root.target);
}