检查列表点击检查列表跳转影像预览页面

main
caiyiling 2024-04-16 10:41:11 +08:00
parent a487d4d82c
commit 82c33f4fce
1 changed files with 1 additions and 1 deletions

View File

@ -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");
},