Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
konbai
2022-06-08 23:48:29 +08:00
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>