72.系统管理--》基础数据-》科室管理
This commit is contained in:
@@ -33,8 +33,9 @@ export function deleteOrganization(orgIds) {
|
||||
|
||||
export function getOrgDetail(id) {
|
||||
return request({
|
||||
url: '/base-data-manage/organization/organization?orgId=' + id,
|
||||
url: '/base-data-manage/organization/organization-getById',
|
||||
method: 'get',
|
||||
params: { orgId: id }
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user