检查列表点击检查列表跳转影像预览页面
parent
a487d4d82c
commit
82c33f4fce
|
@ -249,7 +249,7 @@ export default {
|
|||
image(item) {
|
||||
let token = getToken();
|
||||
const routeData = this.$router.resolve({
|
||||
path: `/showdicom?studyId=${item.SCPStudyId}&TokenKey=${token}&type=Study`,
|
||||
path: `/showdicom?studyId=${item.SCPStudyId}&TokenKey=${token}&type=Patient`,
|
||||
});
|
||||
window.open(routeData.href, "_blank");
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue