Browse Source

feature_20250826_埋点梳理优化

zhujindu 3 tháng trước cách đây
mục cha
commit
c41a304ccd
2 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 2 2
      src/components/filtrate.vue
  2. 4 4
      src/views/deviceOutside/index.vue

+ 2 - 2
src/components/filtrate.vue

@@ -242,13 +242,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

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