Commit a207733c by 唐玉峰

.

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