From fc0202b53084e72b48905357260b7cf5d10a678b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 23 Jun 2017 23:00:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/user/password.jsp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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) {