`
cw_volcano
  • 浏览: 16942 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

zTree4

阅读更多
//获取知识库左侧文件夹树菜单节点数据 TreeController.cs
        public ContentResult QueryProductTreeChildNode(string id, string pdu, string pduaddress, string selecttreeid, string from, string refresh)
        {
            string cnt = "[]";

            try
            {
                cnt = tree.BuildProductTreeChildNode(id, pdu, pduaddress, selecttreeid, from, refresh);
            }
            catch (System.Exception ex)
            {
                LogUitls.error(ex);
            }

            return Content(cnt);
        }


//ITreeRepository.cs
String BuildProductTreeChildNode(string id, string pdu, string pduaddress, string selecttreeid,string from,string refresh);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics