无更改

This commit is contained in:
段冬梅
2018-12-11 14:19:05 +08:00
parent a23774ea5c
commit 8543c21df3

View File

@@ -296,7 +296,7 @@ $(document).ready(function(){
<c:set var="labelProtoIds">${log.labelProtoId }</c:set>
<c:forEach items="${protocolList}" var="dict">
<c:if test="${dict.code eq log.labelProtoId}">
<c:set var="labelProtoIds">${dic.item}</c:set>
<c:set var="labelProtoIds">${dict.item}</c:set>
</c:if>
</c:forEach>
<spring:message code="${labelProtoIds}"/>
@@ -308,7 +308,7 @@ $(document).ready(function(){
<c:set var="labelBehavIds">${log.labelBehavId }</c:set>
<c:forEach items="${behaviorList}" var="dict">
<c:if test="${dict.code eq log.labelBehavId}">
<c:set var="labelBehavIds">${dic.item}</c:set>
<c:set var="labelBehavIds">${dict.item}</c:set>
</c:if>
</c:forEach>
<spring:message code="${labelBehavIds}"/>
@@ -320,7 +320,7 @@ $(document).ready(function(){
<c:set var="labelAppIds">${log.labelAppId }</c:set>
<c:forEach items="${appList}" var="dict">
<c:if test="${dict.code eq log.labelAppId}">
<c:set var="labelAppIds">${dic.item}</c:set>
<c:set var="labelAppIds">${dict.item}</c:set>
</c:if>
</c:forEach>
<spring:message code="${labelAppIds}"/>