业务配置:IP地址中 修改选项 Blacklist Option回显bug

This commit is contained in:
wangwei
2019-04-16 16:03:28 +08:00
parent 02bade2de0
commit 84eff37a0d

View File

@@ -543,7 +543,7 @@ var showHideIPSECProtocol=function(obj){
<label class="control-label col-md-3"><spring:message code="do_blacklist" /></label>
<c:forEach items="${fns:getDictList('DO_BLACKLIST') }" var="dict">
<c:choose>
<c:when test="${dict.itemCode eq _cfg.doBlackList or not empty_cfg.doBalckList}">
<c:when test="${dict.itemCode eq _cfg.doBlackList and not empty_cfg.doBalckList}">
<label class="radio-inline">
<input type="radio" name="doBlackList" checked value="${dict.itemCode}" ><spring:message code="${dict.itemValue}"/>
</label>