Index: ssts-web/src/main/webapp/systemmanage/roleList.js =================================================================== diff -u -r15429 -r22757 --- ssts-web/src/main/webapp/systemmanage/roleList.js (.../roleList.js) (revision 15429) +++ ssts-web/src/main/webapp/systemmanage/roleList.js (.../roleList.js) (revision 22757) @@ -67,7 +67,7 @@ } if (id != "") { var descn = grid.getSelectedValues('descn', ';'); - location.href = "operationLoad.do?id=" + id + "&descn1=" + descn; + location.href = encodeURI("operationLoad.do?id=" + id + "&descn1=" + descn); } }