diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index fe7ae99..7df1ea1 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -670,6 +670,8 @@ export default { this.ModalityList = this.AElist[0].ModalityList this.timeFrame = this.AElist[0].PacsSearchMaxDays this.MaxStudyCount = this.AElist[0].MaxStudyCount + this.searchData.ModalitiesInStudyList = [this.ModalityList[0]] + this.StudyDate = [new Date(), new Date()] } else { this.pacsDicomAEIdChange(this.searchData.PacsDicomAEId, true) }