代码: function GetMultiLineSelectTable(tableId, selectIds) { var table = $(tableId); var url = table.data('url'); var ischeckbox = false; //获取数据项名称 var fileds = new Array(); table.children('thead').children('tr').children('th').each(function (index, el…
$("#jstree").on("loaded.jstree", function (event, data) { var currDeptId = crm.getQueryString("deptId"); var root = data.instance.get_node(event.target.firstChild.firstChild.lastChild); var nodes = root.children_d; for (var i…