cxmo 1 년 전
부모
커밋
ba8b807531
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages-report/previewPDF.vue

+ 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(){