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