From 4f6cdee3d3a9967b6955aacc354bf557430c0643 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 05 八月 2024 17:05:16 +0800 Subject: [PATCH] 批改 --- src/views/onlineEducation/groupExams/components/student.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/onlineEducation/groupExams/components/student.vue b/src/views/onlineEducation/groupExams/components/student.vue index 5707369..93b9743 100644 --- a/src/views/onlineEducation/groupExams/components/student.vue +++ b/src/views/onlineEducation/groupExams/components/student.vue @@ -239,6 +239,7 @@ paperId: data.queryParams.paperId, pageNum: data.queryParams.pageNum, pageSize: data.queryParams.pageSize, + state: val.state } const v = JSON.stringify(obj) router.push({ path: "/correctExam", query: { val: v } }); -- Gitblit v1.9.2