|
@@ -852,12 +852,12 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- <c:if test="${not empty projectcontentinfo.projectReportData.act.procInsId}">
|
|
|
+ <c:if test="${not empty processInstanceId}">
|
|
|
<div class="form-group layui-row">
|
|
|
<div class="form-group-label"><h2>审批流程</h2></div>
|
|
|
<div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
- <act:flowChart procInsId="${projectcontentinfo.projectReportData.act.procInsId}"/>
|
|
|
- <act:histoicFlow procInsId="${projectcontentinfo.projectReportData.act.procInsId}"/>
|
|
|
+ <act:flowChart procInsId="${processInstanceId}"/>
|
|
|
+ <act:histoicFlow procInsId="${processInstanceId}"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</c:if>
|