From 8823653113399072faaded3884571d68c9ea7065 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 10 Sep 2018 17:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E5=AE=9A=E6=9C=8D=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=B7=BB=E5=8A=A0=E5=8A=A8=E6=80=81=E6=90=9C?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/specific/specificServiceCfgList.jsp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp index d8f4c15cd..b7bc2a358 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp @@ -61,18 +61,18 @@ if(isNaN($("#intype").val())){ $("#showError").show(); return false; - }else if($("#intype").val()>2147483647){ + }else if($("#intype").val()>2147483647){ $("#showError").show(); return false; - }else{ + }else{ $("#showError").hide(); return true; - } - }else{ - $("#showError").hide(); - return true; - } + } + }else{ + $("#showError").hide(); + return true; } + } //查询 function page(n,s){ @@ -238,7 +238,7 @@
- +