[测评系统]--前端(用户答题页面)
yj
2024-12-03 7f4105bc2f1d4f8562e1cb9776ce49f8be0c98d2
src/views/exam/paper/personality.vue
@@ -512,6 +512,7 @@
          if (_this.form.name.indexOf('LAQ') !== -1) {
            examPaperApi.select(_this.memberToken, _this.langType).then(re => {
              _this.form = re.response
              this.setFormDo(_this.form)
              _this.$router.push({ path: '/guide/index', query: { formDo: _this.form } })
            }).catch(e => {
              _this.$message.error(_this.$t('noquestionMsg'))
@@ -578,7 +579,8 @@
    },
    ...mapMutations('user', ['setLangType']),
    ...mapMutations('user', ['setLangFlag']),
    ...mapMutations('user', ['getFormDo'])
    ...mapMutations('user', ['getFormDo']),
    ...mapMutations('user', ['setFormDo'])
  },
  computed: {
    ...mapGetters('enumItem', ['enumFormat']),