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