瀏覽代碼

feature_20260330_拜访连拍速度优化

zhujindu 1 周之前
父節點
當前提交
cb440d5ffb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
             });