cxmo hace 1 año
padre
commit
2c5b112481
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages-report/previewPDF.vue

+ 1 - 1
pages-report/previewPDF.vue

@@ -23,7 +23,7 @@ export default {
         return {
             title:this.msgObj.title||this.pdf_name||'',
             path:`/pages-report/previewPDF?pdf_id=${this.pdf_id}`,
-            imageUrl:this.msgObj.imgUrl||this.globalImgUrls.pdfShareImg
+            imageUrl:this.msgObj.shareImg||this.globalImgUrls.pdfShareImg
         }
     },
     methods: {