cxmo 1 жил өмнө
parent
commit
ba8b807531

+ 1 - 1
pages-report/previewPDF.vue

@@ -28,7 +28,7 @@ export default {
     },
     methods: {
         init(options){
-            this.pdf_id = options.pdf_id
+            this.pdf_id = Number(options.pdf_id)
             this.getPDFDetail()
         },
         getPDFDetail(){