From d73a525b2a4ecba1157117f68c1753298cf9c145 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 29 May 2025 15:04:48 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/pullImage/byPatient.vue | 2 +- .../trials/trials-inspection/components/pullImage/byTrials.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue index 109886f..a1efc58 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue @@ -411,7 +411,7 @@ export default { }, }, created() { - this.getAEList() + // this.getAEList() }, methods: { pacsDicomAEIdChange(val, f = false) { diff --git a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue index 992a5a2..88a5a6a 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue @@ -446,7 +446,7 @@ export default { this.trialList = res.Result if (!this.trialList || this.trialList.length <= 0) return false this.searchData.TrialId = this.trialList[0].TrialId - this.getAEList() + // this.getAEList() } } catch (err) { console.log(err)