From 9cf27cf09dbf8e78ab39693941a0987ec6934dc9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 28 May 2026 08:52:53 +0800
Subject: [PATCH] 修改

---
 src/views/work/onlineEducation/groupExams/components/student.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/work/onlineEducation/groupExams/components/student.vue b/src/views/work/onlineEducation/groupExams/components/student.vue
index 090dc9d..52a8cb7 100644
--- a/src/views/work/onlineEducation/groupExams/components/student.vue
+++ b/src/views/work/onlineEducation/groupExams/components/student.vue
@@ -157,7 +157,7 @@
 
 const { queryParams, total, dataList } = toRefs(data);
 
-const backValue = reactive()
+const backValue = ref()
 onMounted(async ()=>{
 
   if(route.query.val){

--
Gitblit v1.9.2