fix:面授课跳转评估问题

This commit is contained in:
wyx
2023-03-05 16:54:10 +08:00
parent 5f08c79dec
commit 8550d3f20d
2 changed files with 4 additions and 4 deletions

View File

@@ -467,10 +467,10 @@ function toSurvery() {
router.push({
path: "/surveydetail",
query: {
id: taskId,
courseId: data.value.planDto.evaluateId,
id: data.value.planDto.id,
courseId: data.value.planDto.assessmentId,
pName: "面授课",
infoId: data.value.planDto.offcoursePlanId,
infoId: data.value.planDto.id,
chapterOrStageId: 0,
sName: data.value.planDto.name,
type: 3,