融合图像筛选更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b5427dd17b
commit
07c92c48a4
|
|
@ -142,7 +142,7 @@ export default {
|
||||||
getStudyList(obj) {
|
getStudyList(obj) {
|
||||||
if (obj) {
|
if (obj) {
|
||||||
var studyList = obj.StudyList || []
|
var studyList = obj.StudyList || []
|
||||||
studyList = studyList.filter(i => !i.IsCriticalSequence && (i.Modalities.indexOf('CT') !== -1 || i.Modalities.indexOf('MR') !== -1) && i.Modalities.indexOf('PT') !== -1)
|
studyList = studyList.filter(i => !i.IsCriticalSequence && (i.Modalities.indexOf('CT') !== -1 || i.Modalities.indexOf('MR') !== -1) && (i.Modalities.indexOf('PT') !== -1 || i.Modalities.indexOf('NM') !== -1))
|
||||||
if (studyList.length === 0) return
|
if (studyList.length === 0) return
|
||||||
this.studyList = studyList
|
this.studyList = studyList
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue