diff --git a/src/views/growth/growthList.vue b/src/views/growth/growthList.vue index 06c9115..f243753 100644 --- a/src/views/growth/growthList.vue +++ b/src/views/growth/growthList.vue @@ -843,7 +843,7 @@ async function toFinish(d) { examType: d.info.examType, }; window.open( - TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId, + TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId, "_top" ); } else { diff --git a/src/views/growth/growthRoadmap.vue b/src/views/growth/growthRoadmap.vue index ce347f4..b29f529 100644 --- a/src/views/growth/growthRoadmap.vue +++ b/src/views/growth/growthRoadmap.vue @@ -667,7 +667,7 @@ async function toFinish(d) { examType: d.info.examType, }; window.open( - TASK_TYPES.path[d.courseType](params) + d.info.examinationPaperId, + TASK_TYPES.path[d.courseType](params) + d.info.examinationTestId, "_top" ); } else {