Commit 9118efef by 唐玉峰

.

parent 96d6b218
......@@ -420,15 +420,15 @@
<el-table-column prop="diaG_NAME" label="出院诊断"></el-table-column>
<el-table-column prop="diaG_CODE" label="疾病编码"></el-table-column>
<el-table-column prop="diaG_ORDERNAME" label="诊断类型"> </el-table-column>
<el-table-column prop="diaG_ILLNESS" label="入院情"></el-table-column>
<el-table-column prop="diaG_ILLNESS" label="入院情"></el-table-column>
</el-table>
</el-row>
<el-row>
<!-- <el-row>
<el-col :span="3"><span class="key c05C">入院病情</span></el-col>
<el-col :span="20"
><span class="values">{{ changeValue("c05C") }}</span></el-col
>
</el-row>
</el-row> -->
<el-row>
<el-col :span="18">
......
......@@ -422,7 +422,8 @@ export default {
topage() {
http.get(`/medical/get/JumpHisRules?id=${this.$route.query.id}`, {})
.then((data) => {
window.location.href = data.message;
// window.location.href = data.message;
window.open(data.message);
})
.catch((error) => {});
},
......
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