ymz 1 ヶ月 前
コミット
0f09c7724e
3 ファイル変更3 行追加3 行削除
  1. 2 2
      .env.development
  2. BIN
      dist.zip
  3. 1 1
      src/views/serviceManagement/quickReview/index.vue

+ 2 - 2
.env.development

@@ -2,8 +2,8 @@ NODE_ENV = 'development'
 VUE_APP_TYPE= 'dev'
 # VUE_APP_URL = 'http://10.144.62.235:9999'
 # VUE_APP_URL = 'https://mic.freerr.cn'
-# VUE_APP_URL = 'https://mic.cnbg.com.cn'
+VUE_APP_URL = 'https://mic.cnbg.com.cn'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'http://192.168.110.25:9999'
-VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
+# VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
 # VUE_APP_URL = 'http://nk5xzj.natappfree.cc'

BIN
dist.zip


+ 1 - 1
src/views/serviceManagement/quickReview/index.vue

@@ -809,7 +809,7 @@ export default {
       // 拜访类任务
       const arr = ['51', '52', '53'];
       if (arr.includes(item.taskTypeId) && item.taskFiledKey === 'temp24') {
-        if (curr.wmTaskContent['temp10']) {
+        if (curr?.wmTaskContent && curr?.wmTaskContent['temp10']) {
           return curr.wmTaskContent['temp10'];
         }
         return curr.taskContent['temp24label'];