Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1c55a0eec9
@ -38,7 +38,7 @@ export function updateMotionInfo(data) {
|
||||
// 删除运动处方字典
|
||||
export function delMotionInfo(id) {
|
||||
return request({
|
||||
url: '/system/motionInfo' + id,
|
||||
url: '/system/motionInfo/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user