为角色管理配置调整页面尺寸
This commit is contained in:
parent
2dfd44bd65
commit
c17155938a
@ -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,"");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user