+8
-2
@@ -45,9 +45,15 @@ export function saveImageLabelList(param) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getStudyInfo(studyId) {
|
||||
export function getStudyInfo(studyId, visitTaskId) {
|
||||
let url = ''
|
||||
if (visitTaskId) {
|
||||
url = `/Study/item/${studyId}?visitTaskId=${visitTaskId}`
|
||||
} else {
|
||||
url = `/Study/item/${studyId}`
|
||||
}
|
||||
return request({
|
||||
url: `/Study/item/${studyId}`,
|
||||
url: url,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user