From 35d74c31275c4c14f30c987d346d1485d4c1251d Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 26 Dec 2022 13:12:37 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/roadmap/PathDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 6e6cb76..9b7df3a 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -450,7 +450,7 @@ function toFinish(d) { router.push({ path: types.value.path[d.type], query: { - id: routerId, + id: d.routerTaskId, type: 1, infoId: routerId, courseId: d.courseId,