Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop

This commit is contained in:
Kittapath 2024-06-12 12:53:05 +07:00
commit aaf28beb3c

View file

@ -90,7 +90,7 @@ export class AuthRoleController extends Controller {
attrIsUpdate: boolean; attrIsUpdate: boolean;
attrIsDelete: boolean; attrIsDelete: boolean;
attrPrivilege: string; attrPrivilege: string;
// parentNode: string; parentNode: string;
}>; }>;
}, },
) { ) {
@ -102,7 +102,7 @@ export class AuthRoleController extends Controller {
attrOwnership: attr.attrOwnership.toUpperCase(), attrOwnership: attr.attrOwnership.toUpperCase(),
attrPrivilege: attr.attrPrivilege.toUpperCase(), attrPrivilege: attr.attrPrivilege.toUpperCase(),
authSysId: attr.authSysId.toUpperCase(), authSysId: attr.authSysId.toUpperCase(),
// parentNode: attr.parentNode.toUpperCase(), parentNode: attr.parentNode.toUpperCase(),
})); }));
Object.assign(record, { Object.assign(record, {