页面优化

This commit is contained in:
zhangjun 2019-06-17 15:19:30 +08:00
parent 405049e8bd
commit f9d0627ba8

View File

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