hn_cloud_web/public/login/js/companyTreeCzl.js

13 lines
341 B
JavaScript
Raw Normal View History

bindTreeSelector({
inputTextId: "department",
inputValueId: "departmentId",
panelId: "orgContentCzl",
treeId: "departmentTree",
ajaxUrl: request_url + "/czl/publicLogin/getDeptTree",
extraSet: function (node) {
examPerfession = node.id;
isParent = node.isParent;
typeId = node.type;
}
});