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