Browse Source

Merge branch 'feature_20260330_拜访连拍速度优化' into uat(dev)

# Conflicts:
#	src/views/deviceWithin/storeVisit.vue
zhujindu 2 weeks ago
parent
commit
3c4c96231a

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

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

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

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