账号管理

This commit is contained in:
zhouyahui 2018-07-18 12:03:18 +08:00
parent 01c9ecbd39
commit 639f0b64f4

View File

@ -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,"");
});