qq
yxh
2023-09-14 4a3a070d46e3a26cf3e053a2f0a007a4bef8fd99
src/api/project/donateorgan.js
@@ -68,8 +68,8 @@
// 修改捐献器官管理
export function updateDonateorgan(data) {
  return request({
    url: '/project/donateorgan',
    method: 'put',
    url: '/project/donateorgan/edit',
    method: 'post',
    data: data
  })
}
@@ -77,8 +77,8 @@
// 删除捐献器官管理
export function delDonateorgan(id) {
  return request({
    url: '/project/donateorgan/' + id,
    method: 'delete'
    url: '/project/donateorgan/remove/' + id,
    method: 'get',
  })
}