Browse Source

Merge branch 'feature_20250826_埋点梳理优化' into uat(dev)

zhujindu 3 months ago
parent
commit
9ad25a790d
2 changed files with 6 additions and 6 deletions
  1. 2 2
      src/components/filtrate.vue
  2. 4 4
      src/views/deviceOutside/index.vue

+ 2 - 2
src/components/filtrate.vue

@@ -247,13 +247,13 @@ export default {
           }
         }
       }
-      if (this.chainName != '') {
+      if (this.chainName != '' && this.chainName != null) {
         buryingPoint({
           systemModel: '计划内',
           buryingPointType: 1,
           buryingPointValue: this.chainName,
           buryingPointName: '经销商筛选',
-          buryingPointPosition: '我的筛选',
+          buryingPointPosition: '计划内',
         });
       }
       localStorage.setItem('outvstoreName', this.storeName);

+ 4 - 4
src/views/deviceOutside/index.vue

@@ -2112,7 +2112,7 @@ export default {
         }
       }
       if (this.tabVal == 1) {
-        if (this.storeLabelTypes.length > 0) {
+        if (StoreLabelsArr.length > 0) {
           this.buryingPoint({
             systemModel: '计划外',
             buryingPointType: 1,
@@ -2130,7 +2130,7 @@ export default {
             buryingPointPosition: '我的筛选',
           });
         }
-        if (this.chainName != '') {
+        if (this.chainName != '' && this.chainName != null) {
           this.buryingPoint({
             systemModel: '计划外',
             buryingPointType: 1,
@@ -2149,7 +2149,7 @@ export default {
         //   });
         // }
       } else {
-        if (this.storeLabelTypes.length > 0) {
+        if (StoreLabelsArr.length > 0) {
           this.buryingPoint({
             systemModel: '计划外',
             buryingPointType: 1,
@@ -2167,7 +2167,7 @@ export default {
             buryingPointPosition: '销售部的门店筛选',
           });
         }
-        if (this.chainName != '') {
+        if (this.chainName != '' && this.chainName != null) {
           this.buryingPoint({
             systemModel: '计划外',
             buryingPointType: 1,