From 4d1a5d78b310007527cf072ea57431e6f0d79a80 Mon Sep 17 00:00:00 2001 From: wuyx Date: Mon, 26 Dec 2022 12:29:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faceteach/FaceTeach.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index 52f883b..db01862 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -322,10 +322,10 @@ function toSurvery() { router.push({ path: "/surveydetail", query: { + id: taskId, courseId: data.value.planDto.evaluateId, pName: "面授课", - taskId: data.value.planDto.offcoursePlanId, - taskIds: data.value.planDto.offcoursePlanId, + infoId: data.value.offcourseDto.offcourseId, chapterOrStageId: 0, sName: data.value.planDto.name, type: 3 @@ -349,7 +349,7 @@ function toWork() { query: { courseId: data.value.workDto.workId, id: taskId, - infoId: taskId, + infoId: data.value.offcourseDto.offcourseId, chapterOrStageId: 0, type, pName: "面授课",