Exemplo n.º 1
0
        public IActionResult Index()
        {
            //生成节点数据JSON
            ViewBag.nodejson = dal.GettreeJson();

            ViewBag.calist = dal.GetList("");

            return(View());
        }