From 30e33e660004368ee0270f6301175c6a455058dd Mon Sep 17 00:00:00 2001 From: leijun Date: Mon, 3 Sep 2018 14:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=A1=80=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E3=80=81app=E5=8D=8F=E8=AE=AE=E3=80=81=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E9=9A=A7=E9=81=93=E8=A1=8C=E4=B8=BA=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=90=8E=E6=A3=80=E7=B4=A2=E6=9D=A1=E4=BB=B6=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E9=87=8D=E7=BD=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp | 7 ++++++- src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp | 3 +++ .../webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp index 4b2dc61ff..88514d82c 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appPolicyCfgList.jsp @@ -33,7 +33,10 @@ $(".Wdate").attr("value",''); $("#level").attr("value",''); $("#searchForm")[0].reset(); - $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); + $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); + $("#specServiceIdId").val(""); + $("#specServiceIdName").val(""); + $("#specServiceIdName").attr("placeholder",''); }); //异步获取策略ip相关信息 $("span[id^=open]").click(function(){ @@ -80,6 +83,8 @@ $("#"+openId).show(); $("#"+closeId).parent().parent().next("tr").hide(); }); + + }); diff --git a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp index d32876c3e..a772ee8e9 100644 --- a/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/basicprotocol/list.jsp @@ -36,6 +36,9 @@ $("#level").attr("value",''); $("#searchForm")[0].reset(); $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); + $("#specServiceIdId").val(""); + $("#specServiceIdName").val(""); + $("#specServiceIdName").attr("placeholder",''); }); //异步获取策略ip相关信息 $("span[id^=open]").click(function(){ diff --git a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp index a72db7637..55f5216e3 100644 --- a/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/encryptedtunnelbehav/list.jsp @@ -36,6 +36,9 @@ $("#level").attr("value",''); $("#searchForm")[0].reset(); $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); + $("#specServiceIdId").val(""); + $("#specServiceIdName").val(""); + $("#specServiceIdName").attr("placeholder",''); }); //异步获取策略ip相关信息 $("span[id^=open]").click(function(){