Commit a207733c by 唐玉峰

.

parent c9b161d7
......@@ -16,6 +16,15 @@
>
<el-button
class="outsetgrouping_button_Searchbtn"
v-if="$route.query.appeal"
style="margin-left: 10px"
size="mini"
type="primary"
@click="toPage4"
>可疑违规申诉</el-button
>
<el-button
class="outsetgrouping_button_Searchbtn"
v-if="$route.query.patientInfo"
style="margin-left: 10px"
size="mini"
......@@ -409,6 +418,7 @@ export default {
this.$nextTick(() => {
window.addEventListener("mouseover", this.myTimeOut);
});
console.log(location.origin);
this.myTimeOut();
this.getCaseHis(this.$route.query.id);
if (this.searchForm.diagName.length > 0) {
......@@ -653,6 +663,10 @@ export default {
})
.catch((error) => {});
},
toPage4() {
let url = `${location.origin}/#/Complaintviolation/medicalInsurance?noLeft=1&id=${this.$route.query.id}`;
window.open(url);
},
},
};
</script>
......
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