压缩代码
parent
3a39f9fa85
commit
7346dbea44
|
|
@ -60,18 +60,9 @@
|
|||
// zTree设置
|
||||
var setting = {
|
||||
data: {
|
||||
simpleData: {
|
||||
enable: true,
|
||||
idKey: "id",
|
||||
pIdKey: "parentId",
|
||||
rootPId: 0
|
||||
}
|
||||
simpleData: {enable: true, idKey: "id", pIdKey: "parentId", rootPId: 0}
|
||||
},
|
||||
check: {
|
||||
enable: true,
|
||||
chkStyle: "checkbox",
|
||||
radioType: "all"
|
||||
}
|
||||
check: {enable: true, chkStyle: "checkbox", radioType: "all"}
|
||||
};
|
||||
|
||||
// zTree异步请求所有权限树节点
|
||||
|
|
|
|||
|
|
@ -60,18 +60,9 @@
|
|||
// zTree设置
|
||||
var setting = {
|
||||
data: {
|
||||
simpleData: {
|
||||
enable: true,
|
||||
idKey: "id",
|
||||
pIdKey: "parentId",
|
||||
rootPId: 0
|
||||
}
|
||||
simpleData: {enable: true, idKey: "id", pIdKey: "parentId", rootPId: 0}
|
||||
},
|
||||
check: {
|
||||
enable: true,
|
||||
chkStyle: "checkbox",
|
||||
radioType: "all"
|
||||
}
|
||||
check: {enable: true, chkStyle: "checkbox", radioType: "all"}
|
||||
};
|
||||
|
||||
// zTree异步请求所有权限树节点
|
||||
|
|
|
|||
Loading…
Reference in New Issue