mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 04:46:48 +08:00
fix:面授课去考试参数传递
This commit is contained in:
@@ -518,8 +518,8 @@ function toExamItem(obj) {
|
|||||||
courseId: obj.id,
|
courseId: obj.id,
|
||||||
type: 3,
|
type: 3,
|
||||||
exname: obj.examinationName, // 考试名称
|
exname: obj.examinationName, // 考试名称
|
||||||
pName: '',
|
pName: "面授课",
|
||||||
sName: ''
|
sName: data.value.planDto.name
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user