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' }) }