瀏覽代碼

bug修复

ymz 1 月之前
父節點
當前提交
0f09c7724e
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .env.development
  2. 二進制
      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'

二進制
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'];