Parcourir la source

feature_20260330_拜访连拍速度优化

zhujindu il y a 1 semaine
Parent
commit
cb440d5ffb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/deleteUploadImgTaskPhoto.vue

+ 1 - 1
src/components/deleteUploadImgTaskPhoto.vue

@@ -117,8 +117,8 @@ export default {
         if (this.userInfo.photoMethod == '1') {
           this.imgArr = val || [];
         } else {
+          this.imgArr = [];
           if (this.formData.mediaInfos) {
-            this.imgArr = [];
             getTicketFun(['downloadImage']).then(() => {
               this.downloadImage(this.formData.mediaInfos);
             });