yj
2024-05-07 6ad528944f24daec8547126bf591868a00b1176a
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)