50d2f547 by wang

init

1 parent 2c7195e8
......@@ -77,10 +77,11 @@
// console.log(treeObj);
var nodes = treeObj.getCheckedNodes(true);
var menuIds = [];
console.log(nodes);
$.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!