src/api/businessApi/ethicalReview.js
@@ -46,11 +46,12 @@ method: 'get' }) } // // 伦理审查信息详情 // export function ethicalreviewInfo(id) { // return request({ // url: '/project/ethicalreviewinitiate/getInfo/' + id, // method: 'get' // }) // } // 专家消息推送 export function sendNotification(data) { return request({ url: '/system/dingtalk/sendNotification', method: 'post', data: data }) }