7bcf0bae by Zelig

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 1df73039 e97a6950
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
71 function save() { 71 function save() {
72 //获得款中的节点 72 //获得款中的节点
73 var treeObj = $.fn.zTree.getZTreeObj("tree"); 73 var treeObj = $.fn.zTree.getZTreeObj("tree");
74 console.log(treeObj); 74 // console.log(treeObj);
75 var nodes = treeObj.getCheckedNodes(true); 75 var nodes = treeObj.getCheckedNodes(true);
76 console.log(nodes); 76 console.log(nodes.id);
77 77
78 // layer_close(); 78 // layer_close();
79 } 79 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!