AW-3912 fix build
This commit is contained in:
parent
8c59976de6
commit
7b2dbc1777
@ -84,7 +84,7 @@ export class ItemService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getChildItemList(parentcode: string, itemType: string, dataFilter?: any, level: number = 1, deep: boolean = true,
|
getChildItemList(parentcode: string, itemType: string, dataFilter?: any, level: number = 1, deep: boolean = true,
|
||||||
startDate?: Date = null, endDate?: Date = null): Observable<IItem[]> {
|
startDate?: Date, endDate?: Date): Observable<IItem[]> {
|
||||||
var params = new HttpParams();
|
var params = new HttpParams();
|
||||||
if(itemType != null) {
|
if(itemType != null) {
|
||||||
params = params.append("it", itemType);
|
params = params.append("it", itemType);
|
||||||
|
Loading…
Reference in New Issue
Block a user