Browse Source

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

zhujindu 11 hours ago
parent
commit
8a1f09b6da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/deviceWithin/taskPhotoTaking.vue

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

@@ -344,6 +344,7 @@ export default {
           });
         } else {
           this.mediaInfos.push(item);
+          this.syncUpload(imgArr, callback);
         }
       }
     },