[update 功能安全中心] 列表、成员单位部分接口对接
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user