diff --git a/frontend/src/views/workbench/components/apiCaseTable.vue b/frontend/src/views/workbench/components/apiCaseTable.vue index 5aea9ec01a..b75a64ea3e 100644 --- a/frontend/src/views/workbench/components/apiCaseTable.vue +++ b/frontend/src/views/workbench/components/apiCaseTable.vue @@ -195,7 +195,7 @@ } function openCase(id: number) { - openNewPage(ApiTestRouteEnum.API_TEST_MANAGEMENT, { cId: id, pId: props.project }); + openNewPage(ApiTestRouteEnum.API_TEST_MANAGEMENT, { tab: 'case', cId: id, pId: props.project }); } function goApiCase() {