From 69163a65524e8764f4f80b1eb41247a2da11b52a Mon Sep 17 00:00:00 2001 From: chenjinsong Date: Fri, 2 Mar 2018 10:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E4=B8=9A=E5=8A=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=9D=E5=AD=98=E6=8F=90=E4=BA=A4=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=A1=A8=E5=8D=95=E4=B8=AD=E7=9A=84disabled?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BB=A5=E9=81=BF=E5=85=8D=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/systemService/form.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/systemService/form.jsp b/src/main/webapp/WEB-INF/views/systemService/form.jsp index ea99b86dc..3025fe689 100644 --- a/src/main/webapp/WEB-INF/views/systemService/form.jsp +++ b/src/main/webapp/WEB-INF/views/systemService/form.jsp @@ -58,6 +58,7 @@ } if (flag) { loading('正在提交,请稍等...'); + $("[disabled=disabled]").attr("disabled", false); form.submit(); } else { flag = true;