main
parent
446b41a74e
commit
3f0d0318a0
|
|
@ -604,6 +604,7 @@ export class DataService {
|
||||||
*/
|
*/
|
||||||
public async fetchChanges(reqestParams: any = null){
|
public async fetchChanges(reqestParams: any = null){
|
||||||
let stringyfiedData = JSON.stringify(reqestParams);
|
let stringyfiedData = JSON.stringify(reqestParams);
|
||||||
|
console.log(reqestParams);
|
||||||
let dataJson = JSON.parse(stringyfiedData) as typeof stringyfiedData;
|
let dataJson = JSON.parse(stringyfiedData) as typeof stringyfiedData;
|
||||||
const promise = new Promise(resolve=>{
|
const promise = new Promise(resolve=>{
|
||||||
let first : boolean = true;
|
let first : boolean = true;
|
||||||
|
|
|
||||||
|
|
@ -634,6 +634,8 @@ export class NttGanttComponent implements OnInit {
|
||||||
let end = start+ e.pageSize;
|
let end = start+ e.pageSize;
|
||||||
this.sliceStart = start;
|
this.sliceStart = start;
|
||||||
this.sliceEnd = end;
|
this.sliceEnd = end;
|
||||||
|
console.log(this.sliceStart);
|
||||||
|
console.log(this.sliceEnd);
|
||||||
this.refreshData();
|
this.refreshData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue