瀏覽代碼

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

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

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

@@ -168,6 +168,8 @@ export default {
     this.storeGroupId = this.$route.query.storeGroupId || '';
     this.storeGroupId = this.$route.query.storeGroupId || '';
     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(() => {});
     if (this.$route.query.source == 'historicalDetails') {
     if (this.$route.query.source == 'historicalDetails') {
       this.getVisitsDetailFun();
       this.getVisitsDetailFun();
     } else {
     } else {