影像检查预览影像
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-07-22 18:02:51 +08:00
parent 9a1b28e08c
commit 65da9636a2
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ export default {
image(item) { image(item) {
let token = getToken(); let token = getToken();
const routeData = this.$router.resolve({ const routeData = this.$router.resolve({
path: `/showdicom?studyId=${item.SCPStudyId}&TokenKey=${token}&type=Patient`, path: `/showdicom?studyId=${item.SCPStudyId}&TokenKey=${token}&type=Study`,
}); });
this.newWindow = window.open(routeData.href, "_blank"); this.newWindow = window.open(routeData.href, "_blank");
}, },