tremble пре 2 година
родитељ
комит
841ec13476
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/apis/index.js

+ 2 - 1
src/apis/index.js

@@ -57,7 +57,8 @@ export const burying_point = (data) => {
       whereUrl: url,
       type: data.type,
       productId: data.productId,
-      deptId:store.getters['scene/cdfRegionData'].deptId || null
+      sceneNum:browser.getURLParam('m')
+      // deptId:store.getters['scene/cdfRegionData'].deptId || null
     });
   }