From 4f38b77a53b8153fb7a05ce4b0c47ac39ba7d555 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 24 Mar 2025 16:06:01 +0800 Subject: [PATCH] =?UTF-8?q?pass=E6=8C=89=E9=A1=B9=E7=9B=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-inspection/components/pullImage/byTrials.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue index 721254a..c1caa85 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue @@ -23,7 +23,7 @@ - + @@ -435,7 +435,7 @@ export default { } }, created() { - this.getAEList() + this.getTrialList() }, methods: { // 获取项目 @@ -444,9 +444,9 @@ export default { let res = await getUserJoinedTrialPatientList() if (res.IsSuccess) { this.trialList = res.Result - if (!this.trialList || (this.trialList && this.trialList.length <= 1)) return false + if (!this.trialList || this.trialList.length <= 0) return false this.searchData.TrialId = this.trialList[0].TrialId - this.getTrialList() + this.getAEList() } } catch (err) { console.log(err)