From 48175bd363565d32a46fa5b69733d84506e29789 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 16 十二月 2024 09:31:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/bpm/task/todo/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/bpm/task/todo/index.vue b/src/views/bpm/task/todo/index.vue index 27aae87..60681fc 100644 --- a/src/views/bpm/task/todo/index.vue +++ b/src/views/bpm/task/todo/index.vue @@ -1,4 +1,5 @@ <template> + <ContentWrap> <!-- 搜索工作栏 --> <el-form @@ -132,7 +133,8 @@ push({ name: 'BpmProcessInstanceDetail', query: { - id: row.processInstance.id + id: row.processInstance.id, + taskId: row.id } }) } -- Gitblit v1.9.3