阅片布局后放大保存病灶时页面渲染问题
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-12 14:09:36 +08:00
parent b4d5f1a269
commit 0eab6ba6fe
1 changed files with 14 additions and 0 deletions

View File

@ -854,6 +854,20 @@ export default {
// }
}
},
'activeSeries.seriesId': {
handler(v) {
if (this.cornerstoneStyle.position) {
this.cornerstoneStyle = {}
}
this.$nextTick(() => {
if (this.fullScreenIndex !== -1) {
this.setCornerstoneStyle()
}
})
},
immediate: true,
deep: true
},
imageQualityIssues: {
immediate: true,
handler(v) { }