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 {