382b91d7 by wang

init

1 parent 682174dd
......@@ -78,7 +78,7 @@
var nodes = treeObj.getCheckedNodes(true);
var menuIds = [];
console.log(nodes);
$.each(nodes, function (v) {
$.each(nodes, function (i,v) {
menuIds.push(v.id);
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!