From b8a1db82421cb4faff2e5bb51ddaab0f6d67e37e Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 27 Aug 2024 14:28:51 +0800
Subject: [PATCH] 提交
---
src/views/onlineEducation/groupExams/components/examChooseStudent.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/onlineEducation/groupExams/components/examChooseStudent.vue b/src/views/onlineEducation/groupExams/components/examChooseStudent.vue
index 698b1c6..1fc37d4 100644
--- a/src/views/onlineEducation/groupExams/components/examChooseStudent.vue
+++ b/src/views/onlineEducation/groupExams/components/examChooseStudent.vue
@@ -5,6 +5,8 @@
:title="title"
width="50%"
:before-close="handleClose"
+ :close-on-press-escape="false"
+ :close-on-click-modal="false"
>
<div style="margin-bottom: 20px">
<el-checkbox v-model="state.bindBatchStu" @change="changeBind">绑定批次人员</el-checkbox>
--
Gitblit v1.9.2