zhijie
2023-12-11 dc9c1c7c486ee140f1cdc64d0aeafffdced612f4
src/views/exam/paper/personality.vue
@@ -472,11 +472,10 @@
        loading.close()
        if (re.code === 1) {
          // 特殊处理 LAQ测试包 MAQ+CAQ
          if (_this.form.name === 'LAQ') {
          if (_this.form.name.indexOf('LAQ') !== -1) {
            console.log('答完题,看看要不要去CAQ1')
            examPaperApi.select(_this.memberToken, _this.langType).then(re => {
              _this.form = re.response
              console.log(_this.form)
              _this.$router.push({ path: '/guide/index', query: { formDo: _this.form } })
            }).catch(e => {
              _this.$message.error(_this.$t('noquestionMsg'))