diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 2c923a3..ccf5713 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -473,6 +473,7 @@ async function toFinish(d) { targetId: data.value.id, logo: ROUTER, type: ROUTER, + taskType: d.type, stageOrChapterId: data.value.currentStageId, taskId: d.id, });