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