账号管理
This commit is contained in:
parent
01c9ecbd39
commit
639f0b64f4
@ -71,7 +71,7 @@ jQuery(function(){
|
||||
loadMask = new tracywindyLoadMask(document.body,"数据加载中 请稍后...");
|
||||
}
|
||||
var height=$("body").height();
|
||||
$("#id_menu_tabs_menu").height(height);
|
||||
$("#id_menu_tabs_menu").height(height-30 <=0 ? "100%": height-30);
|
||||
initDeptTree(sOrgId,"");
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user