1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-04 17:20:23 +08:00
parent b8baa1b5d8
commit 7a5693a468
2 changed files with 6 additions and 9 deletions
+5 -2
View File
@@ -237,11 +237,14 @@ export function downloadByAttachmentId(doctorId, attachmentIds) {
})
}
export function getDetail(data) {
export function getDetail(doctorId, TrialId) {
return request({
url: `/doctor/getDetail`,
method: 'post',
data
data: {
DoctorId: doctorId,
TrialId
}
})
}