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