feat : 组织机构管理公司详情

This commit is contained in:
2024-07-15 00:02:58 +08:00
parent 04bbedf025
commit 5342a4d891
4 changed files with 68 additions and 1 deletions

View File

@@ -14,3 +14,9 @@ export const getDepartmentList=(params)=>{
params
})
}
export const getCompanyDetail=(companyId)=>{
return request({
url:`/admin/mosr/sub/company/info/${companyId}`,
method:'get'
})
}