多帧像素匿名和其他影像全序列应用匿名自动更新缩略图

main
wangxiaoshuang 2026-05-13 09:46:16 +08:00
parent 59a14c0e37
commit 632463327c
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ export default {
let index = 0;
if (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.firstInstanceId = this.seriesList[index].imageIds[0]