From e801e698c7a8c667a72826791a963534f6149718 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Fri, 28 Feb 2025 18:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/growth/growthList.vue | 2 +- src/views/growth/growthRoadmap.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {