From b8f0d90a9b219e29afe76ae0f4f7a5035b0ef549 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 2 Jul 2018 11:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E9=81=AE?= =?UTF-8?q?=E7=BD=A9=E5=B1=82=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp | 2 +- src/main/webapp/WEB-INF/views/cfg/whitelist/domainForm.jsp | 2 +- src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp index a4ed83771..bbc0fb8b6 100644 --- a/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/common/ipForm.jsp @@ -45,7 +45,7 @@ $(function(){ $("#cfgRegionCode").val($("#cfgRegionCodeMaat").val()); $("#cfgType").val($("#cfgTypeMaat").val()); } - //loading('onloading...'); + loading('onloading...'); form.submit(); }, errorContainer: "#messageBox", diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/domainForm.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/domainForm.jsp index 0003d485e..cb4bc2765 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/domainForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/domainForm.jsp @@ -45,7 +45,7 @@ $(function(){ $(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error); }, submitHandler: function(form){ - //loading('onloading...'); + loading('onloading...'); form.submit(); }, errorContainer: "#messageBox", diff --git a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp index 2412d46d8..ded18126e 100644 --- a/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/whitelist/ipForm.jsp @@ -56,7 +56,7 @@ $(function(){ $(element).parents(".form-group").find("div[for='"+element.attr("name")+"']").append(error); }, submitHandler: function(form){ - //loading('onloading...'); + loading('onloading...'); form.submit(); }, errorContainer: "#messageBox",