质控页面中检查的影像为0,检查列表没有渲染。点击DICOM影像时,会出现
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2df6c37fd0
commit
be2651501d
|
@ -1052,6 +1052,7 @@ export default {
|
||||||
this.trialId = this.$route.query.trialId
|
this.trialId = this.$route.query.trialId
|
||||||
this.getQCInfo()
|
this.getQCInfo()
|
||||||
this.getDicData()
|
this.getDicData()
|
||||||
|
this.activeName = this.data.DicomStudyCount > 0 ? 'dicom' : this.data.NoneDicomStudyCount > 0 ? 'none-dicom' : 'dicom'
|
||||||
// this.handleViewImages()
|
// this.handleViewImages()
|
||||||
// this.handleViewAllNoneDicoms()
|
// this.handleViewAllNoneDicoms()
|
||||||
},
|
},
|
||||||
|
@ -1215,6 +1216,7 @@ export default {
|
||||||
this.studyList = res.Result.StudyList
|
this.studyList = res.Result.StudyList
|
||||||
this.seriesList = res.Result.SeriesList
|
this.seriesList = res.Result.SeriesList
|
||||||
this.noneDicomStudyList = res.Result.NoneDicomStudyList
|
this.noneDicomStudyList = res.Result.NoneDicomStudyList
|
||||||
|
this.activeName = this.studyList && this.studyList.length > 0 ? 'dicom' : this.noneDicomStudyList && this.noneDicomStudyList.length > 0 ? 'none-dicom' : 'dicom'
|
||||||
this.relationInfo = res.Result.RelationInfo
|
this.relationInfo = res.Result.RelationInfo
|
||||||
this.trialBodyPartTypes = this.relationInfo.TrialBodyPartTypes
|
this.trialBodyPartTypes = this.relationInfo.TrialBodyPartTypes
|
||||||
? this.relationInfo.TrialBodyPartTypes.trim().split('|')
|
? this.relationInfo.TrialBodyPartTypes.trim().split('|')
|
||||||
|
|
Loading…
Reference in New Issue