运动处方管理 删除
This commit is contained in:
parent
d08fb71d3e
commit
8a5a21eb50
@ -38,7 +38,7 @@ export function updateMotionInfo(data) {
|
|||||||
// 删除运动处方字典
|
// 删除运动处方字典
|
||||||
export function delMotionInfo(id) {
|
export function delMotionInfo(id) {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/motionInfo' + id,
|
url: '/system/motionInfo/' + id,
|
||||||
method: 'delete'
|
method: 'delete'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user