From 36ee391002b46deca205c3c9cdf63de5f8a0861e Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期四, 29 二月 2024 16:01:20 +0800
Subject: [PATCH] 修改APIFan为API_Fan

---
 src/views/exam/paper/personality.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/exam/paper/personality.vue b/src/views/exam/paper/personality.vue
index 70b4c8b..4422e2a 100644
--- a/src/views/exam/paper/personality.vue
+++ b/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'))

--
Gitblit v1.9.1