Done:
Issue Grid Batch
This commit is contained in:
@ -15,7 +15,7 @@ export class BatchService {
|
||||
}
|
||||
|
||||
autocomplete(date: string, term: string): Observable<Batch[]> {
|
||||
const options = {params: new HttpParams().set('t', term).set('d', date)};
|
||||
const options = {params: new HttpParams().set('q', term).set('d', date)};
|
||||
return <Observable<Batch[]>>this.http.get<Batch[]>(url, options)
|
||||
.pipe(
|
||||
catchError(this.log.handleError(serviceName, 'autocomplete'))
|
||||
|
||||
Reference in New Issue
Block a user