Browse Source

feature_20260330_拜访连拍速度优化

zhujindu 1 tuần trước cách đây
mục cha
commit
f7d3fa7629

+ 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);
             });
             });