From b345c29c5238e2deb2f8779d8d2061cb3fe2abb4 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 25 Jun 2026 17:23:04 +0800
Subject: [PATCH] 中科大支线-环境修改
---
src/views/onlineEducation/classHourBatch/components/handleStudent.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/onlineEducation/classHourBatch/components/handleStudent.vue b/src/views/onlineEducation/classHourBatch/components/handleStudent.vue
index 7b5aae9..a27a75e 100644
--- a/src/views/onlineEducation/classHourBatch/components/handleStudent.vue
+++ b/src/views/onlineEducation/classHourBatch/components/handleStudent.vue
@@ -206,6 +206,7 @@
const res = await batchDelStudent(data.chooseStu)
if(res.code == 200){
ElMessage.success('数据删除成功')
+ tableRef.value.clearSelection();
await getList()
}else{
ElMessage.warning(res.message)
--
Gitblit v1.9.2