mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE-357): Use string weights and parse floats for filters
This commit is contained in:
@@ -15,8 +15,8 @@ export class MarketingSaleReportService extends BaseApiService<
|
||||
area_id?: string,
|
||||
location_id?: string,
|
||||
kandang_id?: string,
|
||||
weight_min?: number,
|
||||
weight_max?: number,
|
||||
weight_min?: string,
|
||||
weight_max?: string,
|
||||
period?: string,
|
||||
sort_by?: string,
|
||||
show_unrecorded?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user