Bladeren bron

feature_20260330_拜访连拍速度优化

zhujindu 1 week geleden
bovenliggende
commit
3f4879b500
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  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 {