|
|
@ -204,18 +204,6 @@ export default { |
|
|
|
this.getItemData() |
|
|
|
}, |
|
|
|
handleRecord() { |
|
|
|
// const patientInfo = { |
|
|
|
// examDate: item.examTime ? item.examTime.substring(0, 11) : '', |
|
|
|
// itemCode: item.examineItem, |
|
|
|
// examNo: item.examNo, |
|
|
|
// patientId: this.patientId |
|
|
|
// } |
|
|
|
// const { href } = this.$router.resolve({ |
|
|
|
// name: 'pacs', |
|
|
|
// query: { |
|
|
|
// info: this.$Base64.encode(JSON.stringify(patientInfo)) |
|
|
|
// } |
|
|
|
// }) |
|
|
|
// const baseUrl = 'http://z1.huimucloud.com:8085' |
|
|
|
const baseUrl = 'http://10.80.5.32:8026' |
|
|
|
// const baseUrl = 'http://192.168.0.85:8001' |
|
|
|