Browse Source

no message

zhujindu 16 hours ago
parent
commit
7dee22212b
1 changed files with 2 additions and 2 deletions
  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.insert = this.$route.query.insert;
     // 授权
-    getTicketFun(['uploadImage']).then(() => {});
+    // getTicketFun(['uploadImage']).then(() => {});
     if (this.$route.query.source == 'historicalDetails') {
       this.getVisitsDetailFun();
     } else {
@@ -292,7 +292,7 @@ export default {
               mediaId: res.serverId,
               mediaFileUrl: item.mediaFileUrl,
             });
-            this.syncUpload(localIds, callback);
+            this.syncUpload(imgArr, callback);
           },
         });
       }