From ac9bcd065d283e59fd577483326ac30af16ead50 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 12 Jun 2024 11:22:28 +0700 Subject: [PATCH] fix --- src/controllers/AuthRoleController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/AuthRoleController.ts b/src/controllers/AuthRoleController.ts index 3c07e490..e747ec9f 100644 --- a/src/controllers/AuthRoleController.ts +++ b/src/controllers/AuthRoleController.ts @@ -90,7 +90,7 @@ export class AuthRoleController extends Controller { attrIsUpdate: boolean; attrIsDelete: boolean; attrPrivilege: string; - // parentNode: string; + parentNode: string; }>; }, ) { @@ -102,7 +102,7 @@ export class AuthRoleController extends Controller { attrOwnership: attr.attrOwnership.toUpperCase(), attrPrivilege: attr.attrPrivilege.toUpperCase(), authSysId: attr.authSysId.toUpperCase(), - // parentNode: attr.parentNode.toUpperCase(), + parentNode: attr.parentNode.toUpperCase(), })); Object.assign(record, {