fix -- 修复流程图显示异常bug

This commit is contained in:
hewenqiang
2022-02-11 10:10:05 +08:00
parent f0fb432504
commit 3022396404
3 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ export default {
handleFlowRecord(row){
this.$router.push({ path: '/task/record/index',
query: {
definitionId: row.procDefId,
procInsId: row.procInsId,
deployId: row.deployId,
taskId: row.taskId,