From c17155938a80b1276fce6c2b71df1a8d0f9b8cf4 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Sat, 24 Aug 2019 19:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/AppConfig/OrgUserManage/UserList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/AppConfig/OrgUserManage/UserList.jsp b/WebContent/AppConfig/OrgUserManage/UserList.jsp index b0ddd6adb..7e561a3ca 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:500,title:"用户["+sUserName+"]的角色"}); + AsDialog.PopView("/AppConfig/OrgUserManage/UserRoleList.jsp","UserID="+sUserID+"&UserName="+sUserName,{width:600,height:800,title:"用户["+sUserName+"]的角色"}); //AsControl.OpenNewWin("/AppConfig/OrgUserManage/UserRoleList.jsp","UserID="+sUserID,""); } }