[测评系统]--前端(用户答题页面)
阳洁
2024-03-05 abff99332f01964f43859b6cc88d22dcac12c343
src/views/exam/paper/personality.vue
@@ -198,7 +198,7 @@
      if (newVal) {
        if (this.form) {
          let productType = this.form.productType
          if (productType === 'APIFan') {
          if (productType === 'API_Fan') {
            newVal = newVal.replace('%%company%%', this.form.reportCompany)
            this.guideDescirption = newVal
          }
@@ -464,7 +464,7 @@
        _this.answer.finish = 1
        if (this.form) {
          let productType = this.form.productType
          if (productType === 'APIFan') {
          if (productType === 'API_Fan') {
            _this.submitAnswer(_this.$t('finishPersonalityInfo_apifan'))
          } else {
            _this.submitAnswer(_this.$t('finishPersonalityInfo'))