阳洁
2024-02-29 36ee391002b46deca205c3c9cdf63de5f8a0861e
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'))