[测评系统]--前端(用户答题页面)
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)