Ejemplo n.º 1
0
 public IActionResult Index()
 {
     #region 生成节点数据JSON
     ViewBag.nodejson = dal.GetTreeJson();
     #endregion
     ViewBag.calist = dal.GetList("");
     return(View());
 }