fix
This commit is contained in:
parent
d1fbd59e5f
commit
ac9bcd065d
1 changed files with 2 additions and 2 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue