fix: 统一详情页返回上级列表

- 修正管理端插件、工作流与系统详情页返回目标

- 修正用户中心执行记录与助手详情返回目标

- 保留审批页签及关联资源筛选上下文
This commit is contained in:
2026-07-28 12:23:36 +08:00
parent 1404c2ddc5
commit dc35ddc3e4
14 changed files with 144 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ async function markStatus(_status: number) {
<ElButton
class="absolute left-5 top-5"
:icon="ArrowLeft"
@click="router.back()"
@click="router.replace({ path: '/sys/sysFeedback' })"
>
{{ $t('button.back') }}
</ElButton>