Browse Source

no message

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

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

@@ -161,6 +161,8 @@ export default {
     this.storeGroupId = this.$route.query.storeGroupId || '';
     this.objectType = this.$route.query.photoType || '';
     this.insert = this.$route.query.insert;
+    // 授权
+    getTicketFun(['uploadImage']).then(() => {});
     if (this.$route.query.source == 'historicalDetails') {
       this.getVisitsDetailFun();
     } else {