Index: ssts-web/src/main/webapp/systemmanage/userFormExt.js =================================================================== diff -u -r41210 -r41211 --- ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 41210) +++ ssts-web/src/main/webapp/systemmanage/userFormExt.js (.../userFormExt.js) (revision 41211) @@ -99,7 +99,7 @@ Ext.getCmp('smsMumber').enable(); Ext.getCmp('email').enable(); Ext.Ajax.request({ - url: WWWROOT + '/systemmanage/user/userAction!loadEncryptUserInfo.do?id='+id, + url: WWWROOT + '/systemmanage/user/userAction!loadEncryptUserInfo.do?userId='+id, success: function (response, options) { var result = Ext.decode(response.responseText); if (result.success) {