فهرست منبع

陈列奖励案拍照照片优化

zhujindu 8 ساعت پیش
والد
کامیت
5703e2e92f
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      src/components/deleteUploadImgTaskPhoto.vue

+ 8 - 8
src/components/deleteUploadImgTaskPhoto.vue

@@ -121,14 +121,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,