Explorar o código

feature_20260330_拜访连拍速度优化

zhujindu hai 1 semana
pai
achega
cb440d5ffb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
             });