diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index 0a9e6da..e2cec6d 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -644,7 +644,7 @@ export default { }); this.iframeSrc = '' - this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${checkRequestNo}` + this.btnBrowseDcm() } })