!26 流程步骤点击显示流转详情

* 流程步骤点击显示流转详情
This commit is contained in:
Decadence
2022-06-08 09:41:01 +00:00
committed by KonBAI
parent dc1e59004a
commit 98525721de
3 changed files with 11 additions and 13 deletions

View File

@@ -98,7 +98,7 @@
<el-tab-pane label="流程跟踪" name="track">
<el-card class="box-card" shadow="never">
<process-viewer :key="`designer-${loadIndex}`" :style="'height:' + height" :xml="xmlData"
:finishedInfo="finishedInfo" :allCommentList="null"
:finishedInfo="finishedInfo" :allCommentList="flowRecordList"
/>
</el-card>
</el-tab-pane>