yj
2024-05-24 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78
src/views/exam/components/QuestionEdit.vue
@@ -93,6 +93,7 @@
      if (this.answer.content === null || this.answer.content.trim() === '') {
        return
      }
      _this.$emit('callSelected')
      setTimeout(function () {
        _this.$emit('callNextSubject')
      }, 500)