WXL
2026-05-13 f5e6487a78789ee372a8c6458bfd0cb740d6a0e8
src/api/businessApi/ethicalReview.js
@@ -25,9 +25,9 @@
  })
}
// 死亡信息详情
export function ethicalinfoInfo(id) {
export function ethicalreviewInfo(id) {
  return request({
    url: '/project/deathinfo/getInfo/' + id,
    url: '/project/ethicalreviewinitiate/getInfo/' + id,
    method: 'get'
  })
}