Commit d1498263 authored by 刘怀志's avatar 刘怀志

65953 病历管理,删除药品报错

parent 44e3a905
...@@ -118,7 +118,7 @@ export function addDrug(data) { ...@@ -118,7 +118,7 @@ export function addDrug(data) {
// 删除药品 // 删除药品
export function deleteDrug(id) { export function deleteDrug(id) {
return request({ return request({
url: '/finance/stock/outbound/{id}' + id, url: '/finance/stock/outbound/' + id,
method: 'delete' method: 'delete'
}) })
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment