[测评系统]--前端(用户答题页面)
林致杰
2022-04-14 7fdd018b85633b81f1d97aa1afdb8c67f6f9eaa4
src/views/demography/langOption.vue
@@ -84,7 +84,7 @@
      if (_this.reportTemplateId.trim() === '' || _this.reportTemplateId.trim() === null) {
        examPaperApi.selectTokenId(_this.memberToken).then(re => {
          if (re.response.finish === 1) {
            _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg') } })
            _this.$router.push({ path: '/exam/finish', query: { name: '', content: _this.$t('finishMsg'), tokenId: _this.memberToken } })
          } else {
            _this.setReportTemplateId(re.response.reportTemplateId)
            demographyApi.queryLangList(_this.memberToken, _this.reportTemplateId).then(function (result) {