50d2f547 by wang

init

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