1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-21 16:25:12 +08:00
parent 46e209fe54
commit d956d6b64b
1 changed files with 3 additions and 3 deletions

View File

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