easyui tree如何获取mvc中Controller的代码拼接数据 5
mvc中Controller的代码拼接数据用publicstringGetMenuData(){stringjson="";......returnjson;},或pub...
mvc中Controller的代码拼接数据用 public string GetMenuData() {string json=""; ...... return json; },或 public ActionResult GetMenuData() { ......return Json(json, JsonRequestBehavior.AllowGet); }在前台view中用 $("#treeMenu").tree( { url: "/PermissionInfo/GetMenuData",}来接收,页面不显示任何内容,但将页面GetMenuData() 生成的代码复制到js中data= [{ "id": "1", "text": "系统设置", "attributes": { "url": "", "pId": "0" }, children: [{ "id": "19", "text": "Web设置", "attributes": { "url": "", "pId": "1" } }] }, { "id": "4", "text": "2管理", "attributes": { "url": "", "pId": "0" }, children: [{ "id": "5", "text": "报名模块", "attributes": { "url": "", "pId": "4" }, children: [{ "id": "13", "text": "1管理", "attributes": { "url": "", "pId": "5" } }, { "id": "18", "text": "代表", "attributes": { "url": "", "pId": "5" } }, { "id": "20", "text": "3管理", "attributes": { "url": "", "pId": "5" } }] }, { "id": "6", "text": "查询模块", "attributes": { "url": "", "pId": "4" } }, { "id": "7", "text": "模块", "attributes": { "url": "", "pId": "4" } }, { "id": "8", "text": "处理模块", "attributes": { "url": "", "pId": "4" } }, { "id": "9", "text": "统计模块", "attributes": { "url": "", "pId": "4" } }] }],用 $("#treeMenu").tree( { data: data,},则页面tree正常显示 ,是什么原因? easyui tree应如何获取mvc中Controller的代码拼接数据 ?说明:GetMenuData() 生成的代码应没有问题
展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询