fix:面授课去考试参数传递

This commit is contained in:
wyx
2023-03-03 13:38:34 +08:00
parent aeab8ef0e9
commit 6b0828abf5

View File

@@ -518,8 +518,8 @@ function toExamItem(obj) {
courseId: obj.id,
type: 3,
exname: obj.examinationName, // 考试名称
pName: '',
sName: ''
pName: "面授课",
sName: data.value.planDto.name
},
});
}else{