diff --git a/WebContent/AppConfig/OrgUserManage/UserList.jsp b/WebContent/AppConfig/OrgUserManage/UserList.jsp index 7e561a3ca..b0ddd6adb 100644 --- a/WebContent/AppConfig/OrgUserManage/UserList.jsp +++ b/WebContent/AppConfig/OrgUserManage/UserList.jsp @@ -74,7 +74,7 @@ if(sStatus!="1") alert(sUserID+"非正常用户,无法查看用户角色!"); else - AsDialog.PopView("/AppConfig/OrgUserManage/UserRoleList.jsp","UserID="+sUserID+"&UserName="+sUserName,{width:600,height:800,title:"用户["+sUserName+"]的角色"}); + AsDialog.PopView("/AppConfig/OrgUserManage/UserRoleList.jsp","UserID="+sUserID+"&UserName="+sUserName,{width:600,height:500,title:"用户["+sUserName+"]的角色"}); //AsControl.OpenNewWin("/AppConfig/OrgUserManage/UserRoleList.jsp","UserID="+sUserID,""); } }