Commit 0d072cc0 by Licx

添加病种类型

parent 6f15b642
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
class="outsetgrouping_button_Searchbtn" class="outsetgrouping_button_Searchbtn"
type="primary" type="primary"
size="mini" size="mini"
@click="$router.push('patientinfo2')" @click="topage3"
> >
<span class="s2">病例监控</span> <span class="s2">病例监控</span>
</el-button> </el-button>
...@@ -712,6 +712,17 @@ export default { ...@@ -712,6 +712,17 @@ export default {
window.open(data.message) window.open(data.message)
}) })
.catch(() => {}) .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