- 注册时间
- 2013-6-8
- 最后登录
- 2014-3-4
- 阅读权限
- 10
- 积分
- 707
- 精华
- 0
- 帖子
- 218
|
outlooktree 3.2版本没有问题,更新miniui之后,页面上面是空白了。
html代码:<div id="leftTree"
class="mini-outlooktree"
url="./home/menu.htm"
onnodeclick="onNodeSelect"
expandOnLoad="true"
dataField="data"
textField="c_name"
idField="c_path"
parentField="c_parent_path"></div>
json:{
"total": 0,
"result": true,
"data": [
{
"id": 2,
"c_path": "1000100001",
"c_parent_path": "10001",
"c_name": "基础资料",
"c_sort": "0000000002"
},
{
"id": 5,
"c_path": "1000100002",
"c_parent_path": "10001",
"c_name": "权限管理",
"c_sort": "0000000005"
},
{
"id": 6,
"c_path": "100010000300009",
"c_parent_path": "1000100003",
"c_name": "登录日志",
"c_sort": "0000000006"
},
{
"id": 7,
"c_path": "100010000300010",
"c_parent_path": "1000100003",
"c_name": "数据库日志",
"c_sort": "0000000007"
},
{
"id": 8,
"c_path": "100010000300011",
"c_parent_path": "1000100003",
"c_name": "程序日志",
"c_sort": "0000000008"
},
{
"id": 9,
"c_path": "100010000300012",
"c_parent_path": "1000100003",
"c_name": "操作日志",
"c_sort": "0000000009"
},
{
"id": 11,
"c_path": "100010000200001",
"c_parent_path": "1000100002",
"c_name": "用户权限管理",
"c_sort": "0000000011"
},
{
"id": 12,
"c_path": "100010000200002",
"c_parent_path": "1000100002",
"c_name": "角色权限管理",
"c_sort": "0000000012"
},
{
"id": 13,
"c_path": "100010000200010",
"c_parent_path": "1000100002",
"c_name": "部门及职员",
"c_sort": "0000000013"
},
{
"id": 14,
"c_path": "1000100003",
"c_parent_path": "10001",
"c_name": "系统管理",
"c_sort": "0000000014"
},
{
"id": 16,
"c_path": "1000100004",
"c_parent_path": "10001",
"c_name": "客户管理",
"c_sort": "0000000016"
},
{
"id": 22,
"c_path": "100010000400001",
"c_parent_path": "1000100004",
"c_name": "客户管理",
"c_sort": "0000000022"
}
],
"rescode": "200",
"cost": "",
"msg": "",
"url": ""
}
|
|