多帧像素匿名和其他影像全序列应用匿名自动更新缩略图
parent
59a14c0e37
commit
632463327c
|
|
@ -450,6 +450,7 @@ export default {
|
||||||
let index = 0;
|
let index = 0;
|
||||||
if (seriesId) {
|
if (seriesId) {
|
||||||
index = this.seriesList.findIndex(item => item.seriesId === seriesId)
|
index = this.seriesList.findIndex(item => item.seriesId === seriesId)
|
||||||
|
this.refreshImage(this.seriesList[index])
|
||||||
}
|
}
|
||||||
this.$refs.dicomViewer.loadImageStack(this.seriesList[index], this.labels[this.tpCode])
|
this.$refs.dicomViewer.loadImageStack(this.seriesList[index], this.labels[this.tpCode])
|
||||||
this.firstInstanceId = this.seriesList[index].imageIds[0]
|
this.firstInstanceId = this.seriesList[index].imageIds[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue