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

uat_us
wangxiaoshuang 2026-03-24 15:12:49 +08:00
parent c9be5678bd
commit 43f1736b05
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export default {
this.series = series
},
async init() {
let studyList = this.visitInfo.StudyList
let studyList = Object.assign(this.visitInfo.StudyList, {})
let s = await this.getSegmentationList()
this.segmentionList = s
let StudyIds = s.map(item => item.StudyId)