$("#input-deptId").combotree({
value:'${deptId}',
onChange:function(newValue, oldValue){
$("#deptId").val(newValue); //赋值
}
});
$("#input-deptId").combotree({
value:'${deptId}',
onChange:function(newValue, oldValue){
$("#deptId").val(newValue); //赋值
}
});