From 203cf3355bb0f29911fab5ed6a680aabf6a965c6 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 20 Aug 2018 12:47:26 +0800 Subject: [PATCH] =?UTF-8?q?(1)=E5=8F=96=E6=B6=88=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E7=9A=84=E5=87=BD=E6=95=B0=E6=8F=90=E5=8F=96?= =?UTF-8?q?=E5=88=B0common.js=20(2)=E6=90=9C=E7=B4=A2submitHandler?= =?UTF-8?q?=E4=B8=AD=E6=81=A2=E5=A4=8Dloading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 97b704ff4..777081ae4 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -419,6 +419,7 @@ $(function(){ } }, submitHandler: function(form){ + loading(''); form.submit(); } }); @@ -428,6 +429,9 @@ $(function(){ $(this).val(ns); });*/ $("input[name*='userRegion']").addClass("invisibleChar"); + $("#cancel").on("click",function(){ + window.history.back(); + }); }); window.onload=function(){ //日志查询IP类型增加格式提示