cacfc363 by wang

init

1 parent fea88a61
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
70 function save() { 70 function save() {
71 //获得款中的节点 71 //获得款中的节点
72 var treeObj = $.fn.zTree.getZTreeObj("tree"); 72 var treeObj = $.fn.zTree.getZTreeObj("tree");
73 console.log(treeObj);
73 var nodes = treeObj.getCheckedNodes(true); 74 var nodes = treeObj.getCheckedNodes(true);
74 console.log(nodes); 75 console.log(nodes);
75 76
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!