62,243
社区成员




$('#tree').treeview({
data: eval("(" + r.Data + ")"),
showCheckbox: true,
onNodeChecked: function (event, node) {
operIds.push(node.tags);
},
onNodeUnchecked: function (event, node) {
operIds.splice($.inArray(node.tags, operIds), 1);
},
levels: 3
});