[update 功能安全中心会议] 会议发布

This commit is contained in:
danshihao
2024-07-05 15:37:15 +08:00
parent 58295dbcfd
commit 423b529617
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -173,6 +173,8 @@ const judgeCompanyIsPackaged = (params) => getAction('/company/payCompanyManagem
// 2024年6月变更 功能安全中心
// 通过id获取功能安全中心详情
const getSafetyCenterById = (params) => getAction('/SafetyCenter/queryById', params)
// 功能安全中心会议的发布提醒
const safetyCenterPublishRemind = (param) => postAction('/meeting/safetyCenterMeeting/release', param)
export {
getWorkingGroupById,
@@ -263,5 +265,6 @@ export {
updatePackageEnterprise,
judgeCompanyIsPackaged,
getSafetyCenterById
getSafetyCenterById,
safetyCenterPublishRemind
}