init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -77,10 +77,11 @@ | ... | @@ -77,10 +77,11 @@ |
| 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 | }) |
| 83 | 84 | ||
| 84 | console.log(menuIds); | 85 | console.log(menuIds); |
| 85 | 86 | ||
| 86 | // layer_close(); | 87 | // layer_close(); | ... | ... |
-
Please register or sign in to post a comment