d88644d4 by yangjianbin

init

1 parent 274856b9
......@@ -73,7 +73,11 @@
var treeObj = $.fn.zTree.getZTreeObj("tree");
// console.log(treeObj);
var nodes = treeObj.getCheckedNodes(true);
console.log(nodes);
var menuIds = [];
$.each(nodes, function (v) {
menuIds.push(v.id);
})
console.log(menuIds);
// layer_close();
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!