瀏覽代碼

no message

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

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

@@ -162,7 +162,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 {
@@ -292,7 +292,7 @@ export default {
               mediaId: res.serverId,
               mediaId: res.serverId,
               mediaFileUrl: item.mediaFileUrl,
               mediaFileUrl: item.mediaFileUrl,
             });
             });
-            this.syncUpload(localIds, callback);
+            this.syncUpload(imgArr, callback);
           },
           },
         });
         });
       }
       }