Browse Source

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

zhujindu 1 week ago
parent
commit
f02a5069d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/deleteUploadImgTaskPhoto.vue

+ 1 - 0
src/components/deleteUploadImgTaskPhoto.vue

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