TSK-1372: Historytable should now display directly after opening
This commit is contained in:
parent
5665ae2241
commit
9c64a5d848
|
@ -207,10 +207,10 @@ export class TaskQueryComponent implements OnInit {
|
|||
}
|
||||
|
||||
private initTaskQueryForm() {
|
||||
const me = this;
|
||||
Object.keys(new TaskHistoryEventData()).forEach((key) => {
|
||||
me.taskQueryForm.addControl(key, new FormControl());
|
||||
this.taskQueryForm.addControl(key, new FormControl());
|
||||
});
|
||||
this.performRequest();
|
||||
}
|
||||
|
||||
private calculateQueryPages() {
|
||||
|
|
Loading…
Reference in New Issue