Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

# Conflicts:
#	src/views/trials/trials-panel/reading/dicoms3D/components/VolumeViewport.vue
uat_us
wangxiaoshuang 2026-03-30 13:29:16 +08:00
commit 79a7ad0cf7
1 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ export default {
// X-Y (rowZ ) Axial // X-Y (rowZ ) Axial
// X-Z (rowY ) Sagittal // X-Z (rowY ) Sagittal
// 线线 // 线线
// 线 = × // 线 = ×
const [colX, colY, colZ] = imageOrientationPatient.slice(3); const [colX, colY, colZ] = imageOrientationPatient.slice(3);
const normalX = rowY * colZ - rowZ * colY; const normalX = rowY * colZ - rowZ * colY;
const normalY = rowZ * colX - rowX * colZ; const normalY = rowZ * colX - rowX * colZ;
@ -488,8 +488,8 @@ export default {
this.loading = true this.loading = true
try { try {
return await createImageIdsAndCacheMetaData({ return await createImageIdsAndCacheMetaData({
modality: obj.Modality, modality: obj.Modality,
imageIds: obj.ImageIds imageIds: obj.ImageIds
}) })
} finally { } finally {
this.loading = false this.loading = false