From e9d90e9ea68a2ee82869124ff092dc21f329f2b0 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期四, 27 十一月 2025 11:00:22 +0800
Subject: [PATCH] 移动端不显示关闭按钮与相应文字

---
 src/views/exam/components/QuestionJobEdit.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/exam/components/QuestionJobEdit.vue b/src/views/exam/components/QuestionJobEdit.vue
index bc856bd..b2b5abb 100644
--- a/src/views/exam/components/QuestionJobEdit.vue
+++ b/src/views/exam/components/QuestionJobEdit.vue
@@ -101,6 +101,7 @@
       if (this.answer.content === null || this.answer.content.trim() === '') {
         return
       }
+      _this.$emit('callSelected')
       setTimeout(function () {
         _this.$emit('callNextSubject')
       }, 500)

--
Gitblit v1.9.1