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