Browse Source

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

zhujindu 2 weeks ago
parent
commit
be5ad5592e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/deleteUploadImgTaskPhoto.vue

+ 3 - 1
src/components/deleteUploadImgTaskPhoto.vue

@@ -118,7 +118,9 @@ export default {
           this.imgArr = val || [];
           this.imgArr = val || [];
         } else {
         } else {
           if (this.formData.mediaInfos) {
           if (this.formData.mediaInfos) {
-            this.downloadImage(this.formData.mediaInfos);
+            getTicketFun(['downloadImage']).then(() => {
+              this.downloadImage(this.formData.mediaInfos);
+            });
           }
           }
         }
         }
       },
       },