From 325a5fb0c4a83b20849578c22dc49c0453c01dec Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期四, 09 五月 2024 18:13:43 +0800
Subject: [PATCH] 优化logo显示逻辑

---
 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