add mis
This commit is contained in:
parent
d4f440295c
commit
939c121ac4
12 changed files with 452 additions and 0 deletions
|
|
@ -75,6 +75,10 @@ export class OrgRootController extends Controller {
|
|||
isDeputy: orgRoot.isDeputy,
|
||||
isCommission: orgRoot.isCommission,
|
||||
misId: orgRoot.misId,
|
||||
DEPARTMENT_CODE: orgRoot.DEPARTMENT_CODE,
|
||||
DIVISION_CODE: orgRoot.DIVISION_CODE,
|
||||
SECTION_CODE: orgRoot.SECTION_CODE,
|
||||
JOB_CODE: orgRoot.JOB_CODE,
|
||||
orgCode: orgRoot.orgRootCode + "00",
|
||||
};
|
||||
return new HttpSuccess(getOrgRoot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue