From 75b3871e1ae8261bd0187599c04cd2f8f68b4de5 Mon Sep 17 00:00:00 2001 From: baiqi Date: Fri, 13 Dec 2024 17:52:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=BA=E4=BC=9A=E6=89=A7=E8=A1=8C=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=88=87=E6=8D=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/taskCenter/component/testPlanExecuteResultDrawer.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/taskCenter/component/testPlanExecuteResultDrawer.vue b/frontend/src/views/taskCenter/component/testPlanExecuteResultDrawer.vue index 4e59025bde..5c41442a55 100644 --- a/frontend/src/views/taskCenter/component/testPlanExecuteResultDrawer.vue +++ b/frontend/src/views/taskCenter/component/testPlanExecuteResultDrawer.vue @@ -359,6 +359,8 @@ testPlanGroups.value = res.children.map((item: any) => ({ value: item.id, label: item.name, + caseTotal: item.caseTotal, + scenarioTotal: item.scenarioTotal, })); activePlan.value = res.children[0]?.id; } else {