Commit 0d072cc0 by Licx

添加病种类型

parent 6f15b642
......@@ -14,7 +14,7 @@
class="outsetgrouping_button_Searchbtn"
type="primary"
size="mini"
@click="$router.push('patientinfo2')"
@click="topage3"
>
<span class="s2">病例监控</span>
</el-button>
......@@ -712,6 +712,17 @@ export default {
window.open(data.message)
})
.catch(() => {})
},
topage3() {
http
.get(
`/medical/get/HisPatientInfo?regCode=${this.casehisObj.regCode}`,
{}
)
.then((data) => {
window.open(data.message)
})
.catch(() => {})
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment