Commit e570dbf8 by 唐玉峰

.

parent 597b9e3c
......@@ -9,6 +9,7 @@
<!-- 智能分组 -->
<div class="outsetgrouping" id="setGroupingbox">
<div class="outsetgrouping_button">
<el-button class="outsetgrouping_button_Searchbtn" size="mini" type="primary" @click="topage1">病案质控</el-button>
<el-button class="outsetgrouping_button_Searchbtn" type="primary" size="mini" @click="toPage">
<span class="s2">费用监控</span>
</el-button>
......@@ -684,6 +685,13 @@ export default {
console.log(error);
});
};
const topage1 = () => {
http.get(`/medical/get/JumpHisRules?id=${route.value.query.id}`, {})
.then((data) => {
window.open(data.message);
})
.catch((error) => {});
};
onMounted(() => {
getCaseHis(route.value.query.id);
if (state.searchForm.diagName.length > 0) {
......@@ -712,6 +720,7 @@ export default {
closeDialog,
radios,
toPage,
topage1,
};
},
};
......
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