修复intercept Policy新增bug
This commit is contained in:
@@ -190,7 +190,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col
|
|||||||
$(".ipPort0").removeClass("hidden");
|
$(".ipPort0").removeClass("hidden");
|
||||||
}); */
|
}); */
|
||||||
//0号内置配置不允许修改内容
|
//0号内置配置不允许修改内容
|
||||||
if("${_cfg.compileId}" == 0){
|
if("${_cfg.compileId}" == 0 && _cfg.compileId != ''){
|
||||||
$(".glyphicon-plus").remove();
|
$(".glyphicon-plus").remove();
|
||||||
$(".glyphicon-remove").remove();
|
$(".glyphicon-remove").remove();
|
||||||
$("input[name='cfgDesc']").attr("readonly",true);
|
$("input[name='cfgDesc']").attr("readonly",true);
|
||||||
@@ -1236,17 +1236,17 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col
|
|||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<c:if test="${_cfg.compileId == 0}">
|
<c:if test="${_cfg.compileId == 0 && _cfg.compileId != ''}">
|
||||||
<input type="hidden" id="isAreaEffective" name="isAreaEffective" value="${_cfg.isAreaEffective }">
|
<input type="hidden" id="isAreaEffective" name="isAreaEffective" value="${_cfg.isAreaEffective }">
|
||||||
<input type="hidden" id="requestId" name="requestId" value="${_cfg.requestId }">
|
<input type="hidden" id="requestId" name="requestId" value="${_cfg.requestId }">
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${_cfg.compileId != 0}">
|
<c:if test="${_cfg.compileId != 0}">
|
||||||
<br>
|
<br>
|
||||||
<%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
|
<%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
|
||||||
<br>
|
<br>
|
||||||
<%@include file="/WEB-INF/include/form/basicInfo.jsp"%>
|
<%@include file="/WEB-INF/include/form/basicInfo.jsp"%>
|
||||||
<br>
|
<br>
|
||||||
<%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
|
<%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
|
|||||||
Reference in New Issue
Block a user