Compare commits
2 Commits
7a454d09ff
...
544f83d118
| Author | SHA1 | Date |
|---|---|---|
|
|
544f83d118 | |
|
|
1541e3d353 |
|
|
@ -3498,14 +3498,14 @@ export default {
|
|||
this.setToolsPassive()
|
||||
this.rows = 1
|
||||
this.cols = 1
|
||||
this.activeViewportIndex = 0
|
||||
this.fullScreenIndex = null
|
||||
this.isMPR = false
|
||||
obj.isChange = false
|
||||
return this.$nextTick(() => {
|
||||
DicomEvent.$emit('activeSeries', obj)
|
||||
DicomEvent.$emit('changeMPR')
|
||||
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(obj)
|
||||
this.$refs[`${this.viewportKey}-0`][0].setSeriesInfo(obj)
|
||||
this.activeViewportIndex = 0
|
||||
const renderingEngine = getRenderingEngine(renderingEngineId)
|
||||
renderingEngine.resize(true, false)
|
||||
renderingEngine.render()
|
||||
|
|
@ -3519,6 +3519,7 @@ export default {
|
|||
if (!obj.IsDicom) {
|
||||
return this.previewNoneDicoms(obj)
|
||||
}
|
||||
this.activeViewportIndex = 0
|
||||
this.$refs[`${this.viewportKey}-${this.activeViewportIndex}`][0].setSeriesInfo(obj)
|
||||
this.clipPlaying = false
|
||||
this.fps = 15
|
||||
|
|
|
|||
Loading…
Reference in New Issue