修改基础协议、app协议、加密隧道行为 查询后检索条件不能重置问题

This commit is contained in:
leijun
2018-09-03 14:42:43 +08:00
parent 94e73a2298
commit 30e33e6600
3 changed files with 12 additions and 1 deletions

View File

@@ -33,7 +33,10 @@
$(".Wdate").attr("value",'');
$("#level").attr("value",'');
$("#searchForm")[0].reset();
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
$("#specServiceIdId").val("");
$("#specServiceIdName").val("");
$("#specServiceIdName").attr("placeholder",'<spring:message code="social_app"/>');
});
//异步获取策略ip相关信息
$("span[id^=open]").click(function(){
@@ -80,6 +83,8 @@
$("#"+openId).show();
$("#"+closeId).parent().parent().next("tr").hide();
});
});
</script>

View File

@@ -36,6 +36,9 @@
$("#level").attr("value",'');
$("#searchForm")[0].reset();
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
$("#specServiceIdId").val("");
$("#specServiceIdName").val("");
$("#specServiceIdName").attr("placeholder",'<spring:message code="basic_protocol"/>');
});
//异步获取策略ip相关信息
$("span[id^=open]").click(function(){

View File

@@ -36,6 +36,9 @@
$("#level").attr("value",'');
$("#searchForm")[0].reset();
$("#intype").attr("placeholder","<spring:message code='input'/> "+$("#seltype").find("option:selected").text());
$("#specServiceIdId").val("");
$("#specServiceIdName").val("");
$("#specServiceIdName").attr("placeholder",'<spring:message code="encrypted_tunnel_behavior"/>');
});
//异步获取策略ip相关信息
$("span[id^=open]").click(function(){