update 调整查询流程图渲染空指针错误,优化流程图样式

This commit is contained in:
gssong
2025-05-27 22:20:30 +08:00
parent ca0fe5ebae
commit 1878f49e8d
11 changed files with 32 additions and 30 deletions

View File

@ -159,7 +159,7 @@
<template #header>
<div class="clearfix">
<span
>流程定义名称<el-tag>{{ processDefinitionName }}</el-tag></span
>流程定义名称<el-tag>{{ processDefinitionName }}</el-tag></span
>
</div>
</template>
@ -371,8 +371,7 @@ const handleView = (row) => {
taskId: row.id,
type: 'view',
formCustom: row.formCustom,
formPath: row.formPath,
instanceId: row.instanceId
formPath: row.formPath
});
workflowCommon.routerJump(routerJumpVo, proxy);
};