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(){