添加服务类型
This commit is contained in:
@@ -11,13 +11,6 @@ export function getPatientList(params){
|
||||
})
|
||||
}
|
||||
|
||||
export function addPatient(data) {
|
||||
return request({
|
||||
url,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function removePatient(data) {
|
||||
return request({
|
||||
@@ -36,7 +29,7 @@ export function updatePatient(data, id) {
|
||||
}
|
||||
export function getPatientDetail(id){
|
||||
return request({
|
||||
url:'/admin/doctor/'+id,
|
||||
url:'/admin/patient/'+id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user