fix : 修复组织机构显示及部门副职不能选择bug

This commit is contained in:
2024-07-23 17:30:27 +08:00
parent 7ee43a9b4d
commit 342b64273c
6 changed files with 88 additions and 321 deletions

View File

@@ -20,3 +20,11 @@ export const getCompanyDetail=(companyId)=>{
method:'get'
})
}
export const setCompanyLeader=(data)=>{
return request({
url:'/admin/mosr/sub/company/leader',
method:'post',
data:data
})
}