阅片布局后放大保存病灶时页面渲染问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b4d5f1a269
commit
0eab6ba6fe
|
@ -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: {
|
imageQualityIssues: {
|
||||||
immediate: true,
|
immediate: true,
|
||||||
handler(v) { }
|
handler(v) { }
|
||||||
|
|
Loading…
Reference in New Issue