7bcf0bae by Zelig

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

2 parents 1df73039 e97a6950
......@@ -71,9 +71,9 @@
function save() {
//获得款中的节点
var treeObj = $.fn.zTree.getZTreeObj("tree");
console.log(treeObj);
// console.log(treeObj);
var nodes = treeObj.getCheckedNodes(true);
console.log(nodes);
console.log(nodes.id);
// 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!