1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-12 15:54:35 +08:00
parent ac94a70d4b
commit 6fa8cbe602
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ export default {
var mIdx = measureDatas.findIndex(m => Object.keys(m.MeasureData).length > 0)
if (mIdx !== -1) {
//
const sdIndx = studyList.findIndex(sd => sd.StudyId === measureDatas[mIdx].StudyId && sd.IsDicom && !s.IsCriticalSequence)
const sdIndx = studyList.findIndex(sd => sd.StudyId === measureDatas[mIdx].StudyId && sd.IsDicom && !sd.IsCriticalSequence)
if (sdIndx > -1) {
const seriesList = studyList[sdIndx].SeriesList
const srIdx = seriesList.findIndex(sr => sr.seriesId === measureDatas[mIdx].SeriesId)