浏览代码

feature_20260330_拜访连拍速度优化

zhujindu 1 周之前
父节点
当前提交
3f4879b500
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/deviceWithin/storeVisit.vue
  2. 1 0
      src/views/historicalVisit/historicalDetails.vue

+ 1 - 0
src/views/deviceWithin/storeVisit.vue

@@ -799,6 +799,7 @@ export default {
               storeGroupId: this.storeGroupId,
               photoType: val.photoType,
               insert: 1,
+              storeId: this.storeId,
             },
           });
         } else {

+ 1 - 0
src/views/historicalVisit/historicalDetails.vue

@@ -457,6 +457,7 @@ export default {
             storeGroupId: this.list.storeGroupId,
             insert: 0,
             source: 'historicalDetails',
+            storeId: this.list.storeId,
           },
         });
       } else {