1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c9be5678bd
commit
43f1736b05
|
|
@ -76,7 +76,7 @@ export default {
|
||||||
this.series = series
|
this.series = series
|
||||||
},
|
},
|
||||||
async init() {
|
async init() {
|
||||||
let studyList = this.visitInfo.StudyList
|
let studyList = Object.assign(this.visitInfo.StudyList, {})
|
||||||
let s = await this.getSegmentationList()
|
let s = await this.getSegmentationList()
|
||||||
this.segmentionList = s
|
this.segmentionList = s
|
||||||
let StudyIds = s.map(item => item.StudyId)
|
let StudyIds = s.map(item => item.StudyId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue