bug修复+代码调整+日志优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "maxkey",
|
||||
"version": "3.5.0",
|
||||
"version": "4.1.x",
|
||||
"description": "Leading-Edge IAM Identity and Access Management",
|
||||
"author": "MaxKey <support@maxsso.net>",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "maxkey",
|
||||
"version": "3.5.0",
|
||||
"version": "4.1.x",
|
||||
"description": "Leading-Edge IAM Identity and Access Management",
|
||||
"author": "MaxKey <support@maxsso.net>",
|
||||
"repository": {
|
||||
|
||||
@@ -47,9 +47,9 @@ export class GroupEditerComponent implements OnInit {
|
||||
submitting: boolean;
|
||||
model: Groups;
|
||||
} = {
|
||||
submitting: false,
|
||||
model: new Groups()
|
||||
};
|
||||
submitting: false,
|
||||
model: new Groups()
|
||||
};
|
||||
|
||||
// TreeNodes
|
||||
treeNodes = new TreeNodes(false);
|
||||
@@ -66,7 +66,7 @@ export class GroupEditerComponent implements OnInit {
|
||||
private msg: NzMessageService,
|
||||
@Inject(ALAIN_I18N_TOKEN) private i18n: I18NService,
|
||||
private cdr: ChangeDetectorRef
|
||||
) { }
|
||||
) {}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.tree();
|
||||
|
||||
Reference in New Issue
Block a user