main
parent
18e140deef
commit
24e484e240
|
|
@ -197,7 +197,7 @@ export class NttGanttComponent implements OnInit {
|
|||
this.renderGantt = false;
|
||||
this.firstLoad = true;
|
||||
this.sliceStart = 0;
|
||||
this.sliceEnd = 20;
|
||||
this.sliceEnd = 100;
|
||||
|
||||
this.dataService.getUser().then((res: any)=>{
|
||||
console.log(res);
|
||||
|
|
|
|||
Loading…
Reference in New Issue