Browse Source

checkPicture

master
pengjun 1 year ago
parent
commit
289e0eddc1
  1. 2
      src/components/doctorCheck/CheckPicture.vue

2
src/components/doctorCheck/CheckPicture.vue

@ -644,7 +644,7 @@ export default {
});
this.iframeSrc = ''
this.iframeSrc = `${this.sysConfig.dcmViewers}/?mrn=${checkRequestNo}`
this.btnBrowseDcm()
}
})

Loading…
Cancel
Save