Browse Source

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

zhujindu 15 hours ago
parent
commit
fa80bf47fd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/deviceWithin/taskPhotoTaking.vue

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

@@ -322,7 +322,8 @@ export default {
         this.addCollection(formData);
       } else {
         this.mediaInfos = [];
-        this.syncUpload(taskPhoto.imgArr, () => {
+        let imgArr = JSON.parse(JSON.stringify(taskPhoto.imgArr));
+        this.syncUpload(imgArr, () => {
           this.toastLoading().clear();
           formData.mediaInfos = this.mediaInfos;
           this.addCollection(formData);