EasyUI combotree 设置节点折叠和叶子节点循环展开的BUG

树实体
 public class Combotree
    {
        public string id { get; set; }
        public string text { get; set; }
        public string state { get; set; }
        public List<Combotree> children { get; set; }
    }
只需要在初始化数据的时候给    state 设置为 closed


注意:不要在最后一级节点设置该字段为 closed

 

posted on 2019-07-08 11:07  dotNet修行之路  阅读(817)  评论(0编辑  收藏  举报