|
@@ -79,7 +79,7 @@ onMounted(async () => {
|
|
beforeExamRemark = exam.data.BEFORE_EXAM_REMARK || "";
|
|
beforeExamRemark = exam.data.BEFORE_EXAM_REMARK || "";
|
|
|
|
|
|
if (examRecordDataId) {
|
|
if (examRecordDataId) {
|
|
- startInfo = { courseName };
|
|
|
|
|
|
+ startInfo = { courseName: decodeURIComponent(courseName) };
|
|
} else {
|
|
} else {
|
|
const timestamp = Date.now();
|
|
const timestamp = Date.now();
|
|
const res = await httpApp.post<{
|
|
const res = await httpApp.post<{
|