Browse Source

Merge branch 'master' of http://120.26.64.82:3000/BFFE/CABaggageData2.0

chenjun 2 years ago
parent
commit
7eacf55bed
2 changed files with 1 additions and 8 deletions
  1. 0 8
      public/config.js
  2. 1 0
      src/views/advancedQuery/views/advancedHome.vue

+ 0 - 8
public/config.js

@@ -1,11 +1,3 @@
-/*
- * @Author: Badguy
- * @Date: 2022-04-25 14:05:21
- * @LastEditTime: 2022-05-06 09:40:40
- * @LastEditors: your name
- * @Description:
- * have a nice day!
- */
 var PLATFROM_CONFIG = {};
 PLATFROM_CONFIG.baseUrl = "http://106.14.243.117:9111"; // http请求地址
 // PLATFROM_CONFIG.baseUrl = "http://10.211.66.25:8074"; // http请求地址

+ 1 - 0
src/views/advancedQuery/views/advancedHome.vue

@@ -715,6 +715,7 @@ export default {
           let contactDot = this.contactDot;
           this.tableData.forEach((item, index) => {
             item.index = index;
+            (item['deleted'] === 'DEL') || (item['deleted'] = '')
             if(item.activated =='I'){
               item.activated = "未激活"
             }