Explorar el Código

陈列奖励案拍照照片优化

zhujindu hace 12 horas
padre
commit
cf798ea3fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/deleteUploadImgTaskPhoto.vue

+ 1 - 1
src/components/deleteUploadImgTaskPhoto.vue

@@ -121,7 +121,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);