From 249e4cd5ccd6873872988c64d913ebb66d990535 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 20 Dec 2024 10:52:40 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E6=8B=89=E5=8F=96=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/pull-image-list.vue | 2 ++ 1 file changed, 2 insertions(+) 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) }