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)