AB视口,A视口放大后进入mpr,只显示了一个视口,需要显示mpr的全部视口
parent
cd2c56c510
commit
5e6c8e6936
|
|
@ -4244,6 +4244,7 @@ export default {
|
|||
if (!res) return false
|
||||
}
|
||||
}
|
||||
this.fullScreenIndex = null
|
||||
if (!data) {
|
||||
let { imageOrientationPatient, imagePositionPatient } = this.$refs[`viewport-${this.activeViewportIndex}`][0].imageInfo
|
||||
if (!imageOrientationPatient || !imagePositionPatient || imagePositionPatient.length <= 0 || imageOrientationPatient.length <= 0) return this.$confirm(this.$t('trials:reading:confirm:imageNotMPR'), this.$t('system:menu:confirm:title:warning'), {
|
||||
|
|
|
|||
Loading…
Reference in New Issue