13 lines
367 B
JavaScript
13 lines
367 B
JavaScript
|
|
bindTreeSelector({
|
||
|
|
inputTextId: "departmentldlz",
|
||
|
|
inputValueId: "departmentIdldlz",
|
||
|
|
panelId: "orgContentLdlz",
|
||
|
|
treeId: "departmentTreeldlz",
|
||
|
|
ajaxUrl: request_url + "/ldlz/publicLogin/getDeptTree",
|
||
|
|
extraSet: function (node) {
|
||
|
|
examPerfessionLdlz = node.id;
|
||
|
|
isParentLdlz = node.isParent;
|
||
|
|
typeIdLdlz = node.type;
|
||
|
|
}
|
||
|
|
});
|