Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop

This commit is contained in:
wangxin
2018-09-03 14:43:50 +08:00
3 changed files with 12 additions and 1 deletions

View File

@@ -34,6 +34,9 @@
$("#level").attr("value",''); $("#level").attr("value",'');
$("#searchForm")[0].reset(); $("#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相关信息 //异步获取策略ip相关信息
$("span[id^=open]").click(function(){ $("span[id^=open]").click(function(){
@@ -80,6 +83,8 @@
$("#"+openId).show(); $("#"+openId).show();
$("#"+closeId).parent().parent().next("tr").hide(); $("#"+closeId).parent().parent().next("tr").hide();
}); });
}); });
</script> </script>

View File

@@ -36,6 +36,9 @@
$("#level").attr("value",''); $("#level").attr("value",'');
$("#searchForm")[0].reset(); $("#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="basic_protocol"/>');
}); });
//异步获取策略ip相关信息 //异步获取策略ip相关信息
$("span[id^=open]").click(function(){ $("span[id^=open]").click(function(){

View File

@@ -36,6 +36,9 @@
$("#level").attr("value",''); $("#level").attr("value",'');
$("#searchForm")[0].reset(); $("#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="encrypted_tunnel_behavior"/>');
}); });
//异步获取策略ip相关信息 //异步获取策略ip相关信息
$("span[id^=open]").click(function(){ $("span[id^=open]").click(function(){