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