소스 검색

店铺操作按钮增加埋点

zhujindu 1 년 전
부모
커밋
60ab2826b8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/deviceWithin/index.vue

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

@@ -529,7 +529,7 @@ export default {
         });
     },
     orderFn(val) {
-      this.buryingPoint({
+      buryingPoint({
         systemModel: '计划内',
         buryingPointType: 1,
         buryingPointValue: val.storeName + '(' + val.storeCode + ')',
@@ -710,7 +710,7 @@ export default {
       var that = this;
       localStorage.removeItem('visitId');
       checkVisit({ storeId: val.storeId }).then((res) => {
-        this.buryingPoint({
+        buryingPoint({
           systemModel: '计划内',
           buryingPointType: 1,
           buryingPointValue: val.storeName + '(' + val.storeCode + ')',
@@ -1412,7 +1412,7 @@ export default {
     abnormalVisit(val) {
       localStorage.removeItem('visitId');
       checkVisit({ storeId: val.storeId }).then((res) => {
-        this.buryingPoint({
+        buryingPoint({
           systemModel: '计划内',
           buryingPointType: 1,
           buryingPointValue: val.storeName + '(' + val.storeCode + ')',
@@ -1636,7 +1636,7 @@ export default {
       }
     },
     visitFn(val) {
-      this.buryingPoint({
+      buryingPoint({
         systemModel: '计划内',
         buryingPointType: 1,
         buryingPointValue: val.storeName + '(' + val.storeCode + ')',