阳洁
2024-03-05 07992e69b7e5d7325b59fe7a1b415a2780653441
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'))