Browse Source

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

# Conflicts:
#	src/views/deviceWithin/storeVisit.vue
zhujindu 4 hours ago
parent
commit
34c5979585
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/deviceWithin/storeVisit.vue

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

@@ -790,6 +790,7 @@ export default {
         }, 2000);
         localStorage.setItem('getRequestFlage', 'false');
         if (val.taskType == '5') {
+          debugger;
           this.$router.push({
             path: '/taskPhotoTaking',
             query: {
@@ -798,7 +799,7 @@ export default {
               taskIds: val.taskIds.join(','),
               storeGroupId: this.storeGroupId,
               photoType: val.photoType,
-              insert: this.$route.query.type == 'edit' ? true : false,
+              insert: true,
               storeId: this.storeId,
             },
           });