[update 功能安全中心] 列表、成员单位部分接口对接

This commit is contained in:
danshihao
2024-07-01 17:42:56 +08:00
parent 7ed658f9d8
commit b1d1ecde9b
9 changed files with 113 additions and 941 deletions
+7 -1
View File
@@ -170,6 +170,10 @@ const updatePackageEnterprise = (params) => postAction('/company/payCompanyManag
// 判断是否打包企业
const judgeCompanyIsPackaged = (params) => getAction('/company/payCompanyManagement/judgeCompanyIsPackaged', params)
// 2024年6月变更 功能安全中心
// 通过id获取功能安全中心详情
const getSafetyCenterById = (params) => getAction('/SafetyCenter/queryById', params)
export {
getWorkingGroupById,
getChargeNotice,
@@ -257,5 +261,7 @@ export {
workingGroupEditAccount,
getAllDraftProjects,
updatePackageEnterprise,
judgeCompanyIsPackaged
judgeCompanyIsPackaged,
getSafetyCenterById
}