瀏覽代碼

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

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

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

@@ -169,7 +169,7 @@ export default {
     this.objectType = this.$route.query.photoType || '';
     this.objectType = this.$route.query.photoType || '';
     this.insert = this.$route.query.insert;
     this.insert = this.$route.query.insert;
     // 授权
     // 授权
-    getTicketFun(['uploadImage']).then(() => {});
+    // getTicketFun(['uploadImage']).then(() => {});
     if (this.$route.query.source == 'historicalDetails') {
     if (this.$route.query.source == 'historicalDetails') {
       this.getVisitsDetailFun();
       this.getVisitsDetailFun();
     } else {
     } else {
@@ -343,7 +343,7 @@ export default {
               mediaId: res.serverId,
               mediaId: res.serverId,
               mediaFileUrl: item.mediaFileUrl,
               mediaFileUrl: item.mediaFileUrl,
             });
             });
-            this.syncUpload(localIds, callback);
+            this.syncUpload(imgArr, callback);
           },
           },
         });
         });
       }
       }