| | |
| | | </template> |
| | | |
| | | <script> |
| | | import {listFScan,getFScanInfo,addFScan,delFScan,getFSInfo,updateFScan, uploadPic, uploadPic1, download} from "@/api/fscan/index"; |
| | | import {listFScan,getFScanInfo,addFScan,delFScan,getFSInfo, |
| | | updateFScan, uploadPic, uploadPic1, download} from "@/api/fscan/index"; |
| | | import {blobValidate} from "@/utils/ruoyi"; |
| | | export default { |
| | | // components: { |
| | |
| | | }, |
| | | mounted() { |
| | | |
| | | const id = (this.$route.query.id) |
| | | const id = this.$route.params && this.$route.params.id; |
| | | //alert(id) |
| | | //发起请求拿到pdfSrc |
| | | let _this = this |
| | | getFScanInfo(id).then(response => { |
| | | getFScanInfo(parseInt(id)).then(response => { |
| | | |
| | | |
| | | //console.log(response) |