feige
2025-07-17 3e761c9ff45da3f48fc1c77d4b32a3e86fe950d5
ruoyi-ui/src/views/qrcode/pdscanInfo.vue
@@ -21,7 +21,8 @@
</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: {
@@ -38,10 +39,11 @@
  },
  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)