clean up
This commit is contained in:
parent
77bdbae484
commit
f6271ac181
|
@ -299,7 +299,7 @@ export class DescriptionListingComponent extends BaseComponent implements OnInit
|
|||
updateDataFn(filterForm: UntypedFormGroup): void {
|
||||
let testLookup = this.lookup;
|
||||
testLookup.from(filterForm);
|
||||
console.log('testLookup: ', testLookup);
|
||||
// console.log('testLookup: ', testLookup);
|
||||
// this.lookup.from(filterForm);
|
||||
// this.refresh(this.lookup);
|
||||
}
|
||||
|
|
|
@ -318,7 +318,7 @@ export class DmpListingComponent extends BaseComponent implements OnInit {
|
|||
updateDataFn(filterForm: UntypedFormGroup): void {
|
||||
let testLookup = this.lookup;
|
||||
testLookup.from(filterForm);
|
||||
console.log('testLookup: ', testLookup);
|
||||
// console.log('testLookup: ', testLookup);
|
||||
// this.lookup.from(filterForm);
|
||||
// this.refresh(this.lookup);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue