Browse Source

feature_20260330_拜访连拍速度优化

zhujindu 2 weeks ago
parent
commit
3f4879b500

+ 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 {