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