Browse Source

feature_20260330_拜访连拍速度优化

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

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

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