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) {