From 49e361b0b4428eb6f620757c354eeea77197528f Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Wed, 06 May 2026 09:49:08 +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