2 Commits c2257cb7da ... abb509498d

Author SHA1 Message Date
  zhujindu abb509498d Merge branch 'feature_20260330_拜访连拍速度优化' into uat(dev) 16 hours ago
  zhujindu 5703e2e92f 陈列奖励案拍照照片优化 16 hours ago
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/components/deleteUploadImgTaskPhoto.vue

+ 8 - 8
src/components/deleteUploadImgTaskPhoto.vue

@@ -125,14 +125,14 @@ export default {
         if (this.userInfo.photoMethod == '1') {
           this.imgArr = this.fileInfoList || [];
         } else {
-          this.imgArr = [];
-          if (this.formData.mediaInfos) {
-            getTicketFun(['downloadImage']).then(() => {
-              this.toastLoading(0, '加载中,请稍候...', true);
-              let mediaInfosCopy = JSON.parse(JSON.stringify(this.formData.mediaInfos));
-              this.downloadImage(mediaInfosCopy);
-            });
-          }
+          // this.imgArr = [];
+          // if (this.formData.mediaInfos) {
+          //   getTicketFun(['downloadImage']).then(() => {
+          //     this.toastLoading(0, '加载中,请稍候...', true);
+          //     let mediaInfosCopy = JSON.parse(JSON.stringify(this.formData.mediaInfos));
+          //     this.downloadImage(mediaInfosCopy);
+          //   });
+          // }
         }
       },
       deep: true,