This commit is contained in:
AdisakKanthawilang 2024-06-12 11:22:28 +07:00
parent d1fbd59e5f
commit ac9bcd065d

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, {