From d956d6b64b9895e8c0960ac895d802bc1330eb8a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 21 Nov 2025 16:25:12 +0800 Subject: [PATCH] 1 --- src/views/trials/trials-inspection/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index 6857dda..7a8f27b 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -302,10 +302,10 @@ export default { } arr.forEach(item => { data.PatientIdList.push(item.PatientId) - if(item.SCPStudyId){ -data.ScpStudyIdList.push(item.SCPStudyId) + if (item.SCPStudyId) { + data.ScpStudyIdList.push(item.SCPStudyId) } - + }) let res = await getDownloadPatientStudyInfo(data) if (res.IsSuccess) {