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