fix(工作台): 跳转测试计划携带项目 id

This commit is contained in:
baiqi 2024-11-26 11:46:21 +08:00 committed by 刘瑞斌
parent 21777f1884
commit c9e588ae5e
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@
// //
function openDetail(id: string) { function openDetail(id: string) {
openNewPage(TestPlanRouteEnum.TEST_PLAN_INDEX_DETAIL, { openNewPage(TestPlanRouteEnum.TEST_PLAN_INDEX_DETAIL, {
pId: props.project,
id, id,
}); });
} }