Prechádzať zdrojové kódy

默认意见展示页面跳转传参错误修改

user5 3 rokov pred
rodič
commit
95b3452b55

+ 2 - 1
src/main/webapp/webpage/modules/identification/AuditTemplateTypeList.jsp

@@ -276,7 +276,7 @@
 
                         xml+="<a href=\"${ctx}/auditTemplate/auditTemplateType/del?id=" + d.id + "\" onclick=\"return confirmx('确认要删除该审核意见信息吗?', this.href)\" class=\"layui-btn layui-btn-xs layui-bg-red\"> 删除</a>";
 
-                        xml+="<a href=\"#\" onclick=\"openDialogView('默认意见', '${ctx}/defaultAuditTemplate/defaultAuditTemplate/list?identification=" + d.identification + "','95%', '95%','','关闭')\" class=\"layui-btn layui-btn-xs layui-bg-green\" > 默认意见</a>";
+                        xml+="<a href=\"#\" onclick=\"openDialogView('默认意见', '${ctx}/defaultAuditTemplate/defaultAuditTemplate/list?identification=" + d.identificationKey + "','95%', '95%','','关闭')\" class=\"layui-btn layui-btn-xs layui-bg-green\" > 默认意见</a>";
                         xml+="</div>"
                         return xml;
 
@@ -292,6 +292,7 @@
                     ,"module":"${auditTemplateType.module}"
                     ,"flowPath":"${auditTemplateType.flowPath}"
                     ,"identification":"${fns:getMainDictLabel(auditTemplateType.identification, 'audit_opinion', '')}"
+                    ,"identificationKey":"${auditTemplateType.identification}"
 
                 }
                 </c:forEach>