zhujindu 1 ماه پیش
والد
کامیت
ae614de538
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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 {