Browse Source

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

zhujindu 8 hours ago
parent
commit
6d8aab2b87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceWithin/storeVisit.vue

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

@@ -801,7 +801,7 @@ export default {
                   taskIds: val.taskIds.join(','),
                   taskIds: val.taskIds.join(','),
                   storeGroupId: this.storeGroupId,
                   storeGroupId: this.storeGroupId,
                   photoType: val.photoType,
                   photoType: val.photoType,
-                  insert: true,
+                  insert: this.insert,
                   storeId: this.storeId,
                   storeId: this.storeId,
                 },
                 },
               });
               });