| | |
| | | </el-form-item> |
| | | |
| | | |
| | | <el-form-item label="救病医院" prop="hospital"> |
| | | <el-input v-model="formDat.hospital" placeholder="请输入救病医院" clearable :style="{width: '100%'}" > |
| | | <el-form-item label="就病医院" prop="hospital"> |
| | | <el-input v-model="formDat.hospital" placeholder="请输入就病医院" clearable :style="{width: '100%'}" > |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item label="题名" prop="title"> |
| | |
| | | </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) |
| | |
| | | proxy: { |
| | | // detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: `https://10.39.18.174:8080/`, |
| | | // target: `https://192.168.1.7:8080/`, |
| | | target: 'https://www.bendudu.com:8080/', |
| | | // target: `https://10.39.2.234:8080/`, |
| | | // target: `https://192.168.1.8:8080/`, |
| | | target: 'https://www.bendudu.com:8080/', |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | ['^' + process.env.VUE_APP_BASE_API]: '' |