From 301d55294e5a4a648e6bbba558348e5d69f94fe8 Mon Sep 17 00:00:00 2001 From: teukkk Date: Thu, 20 Jun 2024 10:44:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E8=B7=A8=E9=A1=B9=E7=9B=AEid=EF=BC=8C?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=AF=B9=E5=BA=94=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1042670 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001042670 --- .../test-plan/testPlan/detail/apiCase/components/caseTable.vue | 1 + .../testPlan/detail/apiScenario/components/scenarioTable.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/views/test-plan/testPlan/detail/apiCase/components/caseTable.vue b/frontend/src/views/test-plan/testPlan/detail/apiCase/components/caseTable.vue index bc4af4abcc..6d0f62d658 100644 --- a/frontend/src/views/test-plan/testPlan/detail/apiCase/components/caseTable.vue +++ b/frontend/src/views/test-plan/testPlan/detail/apiCase/components/caseTable.vue @@ -590,6 +590,7 @@ function toDetail(record: PlanDetailApiCaseItem) { openNewPage(ApiTestRouteEnum.API_TEST_MANAGEMENT, { cId: record.apiTestCaseId, + pId: record.projectId, }); } diff --git a/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue b/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue index df984015c0..736565d35f 100644 --- a/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue +++ b/frontend/src/views/test-plan/testPlan/detail/apiScenario/components/scenarioTable.vue @@ -573,6 +573,7 @@ function toDetail(record: PlanDetailApiScenarioItem) { openNewPage(ApiTestRouteEnum.API_TEST_SCENARIO, { id: record.apiScenarioId, + pId: record.projectId, }); }