Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
dc8aec848b
1 changed files with 2 additions and 2 deletions
|
|
@ -1690,9 +1690,9 @@ export class OrganizationController extends Controller {
|
|||
}
|
||||
|
||||
const formattedData = {
|
||||
departmentName: "กรุงเทพมหานคร",
|
||||
departmentName: data.orgRevisionName,
|
||||
deptID: data.id,
|
||||
type: 0,
|
||||
type: data.posMasters.length,
|
||||
// heads:
|
||||
totalPositionCount: await this.posMasterRepository.count({
|
||||
where: { orgRevisionId: data.id },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue