1
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
8f6121dcd0
commit
46e209fe54
|
|
@ -302,7 +302,10 @@ export default {
|
||||||
}
|
}
|
||||||
arr.forEach(item => {
|
arr.forEach(item => {
|
||||||
data.PatientIdList.push(item.PatientId)
|
data.PatientIdList.push(item.PatientId)
|
||||||
|
if(item.SCPStudyId){
|
||||||
data.ScpStudyIdList.push(item.SCPStudyId)
|
data.ScpStudyIdList.push(item.SCPStudyId)
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
let res = await getDownloadPatientStudyInfo(data)
|
let res = await getDownloadPatientStudyInfo(data)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue