This commit is contained in:
@@ -38,9 +38,9 @@ export class MainManagerContentComponent implements OnInit {
|
||||
|
||||
ngOnInit(): void {
|
||||
let token = localStorage.getItem('access_token')
|
||||
this.OnSearchAct(token, true);
|
||||
this.OnSetupDashboard(token, true);
|
||||
this.OnSearchSum(token, true);
|
||||
// this.OnSearchAct(token, true);
|
||||
// this.OnSetupDashboard(token, true);
|
||||
// this.OnSearchSum(token, true);
|
||||
}
|
||||
|
||||
OnSearchAct(value: any, setupFirst: boolean): void {
|
||||
|
||||
Reference in New Issue
Block a user