Ver código fonte

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

zhujindu 14 horas atrás
pai
commit
3cd5c0b368
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/deleteUploadImgTaskPhoto.vue

+ 1 - 1
src/components/deleteUploadImgTaskPhoto.vue

@@ -125,7 +125,7 @@ export default {
         if (this.userInfo.photoMethod == '1') {
           this.imgArr = this.fileInfoList || [];
         } else {
-          // this.imgArr = [];
+          this.imgArr = val.mediaInfos || [];
           // if (this.formData.mediaInfos) {
           //   getTicketFun(['downloadImage']).then(() => {
           //     this.toastLoading(0, '加载中,请稍候...', true);