From be3811688fc9eadbd0cd19afa225dd5c7f9eaace Mon Sep 17 00:00:00 2001 From: tanghao Date: Wed, 30 Jan 2019 14:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E8=B6=85?= =?UTF-8?q?=E8=BF=87=E9=99=90=E5=88=B6=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB?= =?UTF-8?q?BUG=EF=BC=88=E4=B8=A2=E5=A4=B1=E4=BB=A3=E7=A0=81=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/tags/sys/delRow.tag | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index f1687da71..cf675f16d 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -499,6 +499,7 @@ function cancelPassOpt(url){ $("#searchForm").attr("action",url); $("#searchForm").submit(); closeTip(); + $("#searchForm").attr("action",searchUrl); } },{buttonsFocus:1}); top.$('.jbox-body .jbox-icon').css('top','55px');