diff --git a/src/main/webapp/pages/user/password.jsp b/src/main/webapp/pages/user/password.jsp index f8a1bdc7..e33a8fcb 100644 --- a/src/main/webapp/pages/user/password.jsp +++ b/src/main/webapp/pages/user/password.jsp @@ -22,7 +22,7 @@
+ iconCls="icon-unlock" collapsible="true" closable="false">
@@ -44,7 +44,7 @@
 
@@ -59,15 +59,14 @@ } }); $("#userDlg").panel({height:webH-35}); + $("#dlg-buttons").css("padding-left","65px"); }); - - $("#cancelpassword").unbind().bind({ - click:function() - { - history.go(-1); - } + //重置 + $("#cancelpassword").off("click").on("click",function(){ + $("#orgpassword").val(""); + $("#password").val(""); + $("#repassword").val(""); }); - //初始化键盘enter事件 $(document).keydown(function(event) {