|
@@ -46,9 +46,8 @@ async function toEnterPractice(course: PracticeExam) {
|
|
|
if (await checkExamInProgress().catch(() => true)) return;
|
|
|
void router.push({
|
|
|
name: "OnlineExamOverview",
|
|
|
- params: {
|
|
|
- examId: course.examId,
|
|
|
- },
|
|
|
+ params: { examId: course.examId },
|
|
|
+ query: { examStudentId: course.examStudentId },
|
|
|
});
|
|
|
}
|
|
|
function toEnterPracticeList(course: PracticeExam) {
|