修正voip,流媒体和ddos表单doLog参数显示正确
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
$(document)
|
||||
.ready(
|
||||
function() {
|
||||
if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
/* if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
$("input[name=doLog][value=1]").prop("checked",true);
|
||||
}
|
||||
} */
|
||||
/* $(".glyphicon-plus").first().click(); */
|
||||
/* $("#cancel").on("click", function() {
|
||||
window.history.back();
|
||||
@@ -217,8 +217,8 @@
|
||||
|
||||
</div>
|
||||
<!-- dolog begin-->
|
||||
<div class="row doLog">
|
||||
<div class="col-md-6">
|
||||
<div class="row">
|
||||
<div class="col-md-6 doLog">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
<c:forEach items="${fns:getDictList('DO_LOG') }" var="dict">
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
$(document)
|
||||
.ready(
|
||||
function() {
|
||||
if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
/* if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
|
||||
$("input[name=doLog][value=1]").prop("checked",true);
|
||||
}
|
||||
} */
|
||||
$(".glyphicon-plus").first().click();
|
||||
/* $("#cancel").on("click", function() {
|
||||
window.history.back();
|
||||
@@ -217,8 +217,8 @@
|
||||
|
||||
</div>
|
||||
<!-- dolog begin-->
|
||||
<div class="row doLog">
|
||||
<div class="col-md-6">
|
||||
<div class="row">
|
||||
<div class="col-md-6 doLog">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><spring:message code="do_log" /></label>
|
||||
<c:forEach items="${fns:getDictList('DO_LOG') }" var="dict">
|
||||
|
||||
@@ -148,6 +148,7 @@ $(function(){
|
||||
serviceId="${service.serviceId }"
|
||||
protocolId="${service.protocolId }"
|
||||
regionCode="${service.regionCode }"
|
||||
configDoLog="${service.configDoLog }"
|
||||
value="${service.action }" class="required action"
|
||||
<c:if test="${_cfg.serviceId==service.serviceId || (_cfg.serviceId==null && satus.index==0)}">checked</c:if>>
|
||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
|
||||
|
||||
Reference in New Issue
Block a user