cxmo пре 1 година
родитељ
комит
ada6cd9710
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      pages-report/previewPDF.vue

+ 3 - 0
pages-report/previewPDF.vue

@@ -37,6 +37,9 @@ export default {
                     this.pdf_id = Number(obj.pdf_id)
                     this.getPDFDetail()
                 }
+            }else{
+                this.pdf_id = Number(options.pdf_id)||0
+                this.getPDFDetail()
             }
             
         },