From ad84447bce7800f477ef3b49e8283fdc4f3d134a Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Wed, 18 Dec 2024 10:59:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=B5=8B=E8=AF=95=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E6=A6=82=E8=A7=88=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=90=8E=E5=88=B7=E6=96=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/workbench/homePage/components/testPlanOverview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/workbench/homePage/components/testPlanOverview.vue b/frontend/src/views/workbench/homePage/components/testPlanOverview.vue index 36691afead..fd890d7fd1 100644 --- a/frontend/src/views/workbench/homePage/components/testPlanOverview.vue +++ b/frontend/src/views/workbench/homePage/components/testPlanOverview.vue @@ -412,6 +412,7 @@ innerProjectIds.value = [...props.item.projectIds]; }); const [newProjectId] = innerProjectIds.value; + selectValue.value = [newProjectId, props.item.planId]; refreshHandler(newProjectId); labelPath.value = getLabelPath(innerPlanId.value);