From cd4bd32b3f18a784c10ea658e396a91152165583 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Mon, 22 Apr 2019 18:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3(saveAndAudit)=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=94=A8=E6=88=B7=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E4=BF=9D=E6=8A=A4=E5=90=8D=E5=8D=95=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=90=8E=E6=97=A0=E6=B3=95=E6=8F=90=E4=BA=A4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 47b6f94fa..bc0eb96ec 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -1800,9 +1800,9 @@ function protectedListWarn(obj,tagKey,flag){ $.jBox.close(); $(obj).parents("form:first").find("button[type='submit']").attr("type","button"); $.jBox.info($.validator.messages.protect_warn,$.validator.messages.info, {closed:function(v,h,f){ + $(obj).parents("form:first").find("button[id='save'],[id='audit']").attr("type","submit"); $(obj).attr("onblur",blurCopy); $(obj).attr("onkeypress",keypressCopy); - $(obj).parents("form:first").find("button[id='save']").attr("type","submit"); }}); $('.jbox-body .jbox-icon').css('top','55px');