|
@@ -11,9 +11,9 @@ $(function(){
|
|
|
getOwnDept();
|
|
|
//菜单展开收起
|
|
|
sureChangeWord()
|
|
|
- // $(".main").css({
|
|
|
- // height:$(window).height()+'px'
|
|
|
- // })
|
|
|
+ $(".main").css({
|
|
|
+ height:$(window).height()+'px'
|
|
|
+ })
|
|
|
$("body").on('focus',".modalAction input",function(){
|
|
|
$(this).attr("type","password")
|
|
|
})
|