1
continuous-integration/drone/push Build is running

This commit is contained in:
2024-11-04 17:15:25 +08:00
parent c02308dd23
commit b8baa1b5d8
4 changed files with 217 additions and 73 deletions
+2 -4
View File
@@ -237,13 +237,11 @@ export function downloadByAttachmentId(doctorId, attachmentIds) {
})
}
export function getDetail(doctorId) {
export function getDetail(data) {
return request({
url: `/doctor/getDetail`,
method: 'post',
data: {
DoctorId: doctorId
}
data
})
}