From c9e588ae5ea110b21bffdbadc96613c301058564 Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 26 Nov 2024 11:46:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E6=90=BA=E5=B8=A6?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/workbench/components/testPlanTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/workbench/components/testPlanTable.vue b/frontend/src/views/workbench/components/testPlanTable.vue index 6cd826f320..bb2543d3be 100644 --- a/frontend/src/views/workbench/components/testPlanTable.vue +++ b/frontend/src/views/workbench/components/testPlanTable.vue @@ -247,6 +247,7 @@ // 测试计划详情 function openDetail(id: string) { openNewPage(TestPlanRouteEnum.TEST_PLAN_INDEX_DETAIL, { + pId: props.project, id, }); }