ba06911b by wang

init

1 parent 7b144aac
......@@ -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!