This commit is contained in:
yuping
2023-01-13 02:51:05 +08:00
parent 83f4c53ad8
commit b85a353f2b
7 changed files with 20 additions and 16 deletions

View File

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