瀏覽代碼

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

zhujindu 9 小時之前
父節點
當前提交
8a1f09b6da
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/deviceWithin/taskPhotoTaking.vue

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

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