1
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
010a5867b5
commit
47f885b551
|
|
@ -504,6 +504,7 @@ export default {
|
|||
if (confirm !== 'confirm') return
|
||||
let params = {
|
||||
VisitTaskId: item.VisitTaskId,
|
||||
SubjectVisitId: item.SourceSubjectVisitId || item.SubjectVisitId,
|
||||
IsDicom: true,
|
||||
}
|
||||
let res = await deleteTaskStudy(params)
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ export default {
|
|||
// }
|
||||
else {
|
||||
// res = await getVisitStudyList(this.trialId, this.subjectVisitId, this.isReading)
|
||||
res = await getVisitStudyList(this.trialId, this.subjectVisitId, this.isReading, this.visitTaskId)
|
||||
res = await getVisitStudyList(this.trialId, this.subjectVisitId, this.isReading, this.visitTaskId !== 'undefined' ? this.visitTaskId : null)
|
||||
}
|
||||
if (res.IsSuccess) {
|
||||
res.Result.forEach((study, studyIndex) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue