|
@@ -45,7 +45,7 @@ export function updatePatient(data) {
|
|
|
// 删除病人
|
|
// 删除病人
|
|
|
export function delPatient(patientId) {
|
|
export function delPatient(patientId) {
|
|
|
return request({
|
|
return request({
|
|
|
- url: '/his/patient/' + patientId,
|
|
|
|
|
|
|
+ url: '/store/patient/' + patientId,
|
|
|
method: 'delete'
|
|
method: 'delete'
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|