fix(FE): fix report debt supplier filters date type

This commit is contained in:
randy-ar
2026-01-12 14:11:45 +07:00
parent 114658f198
commit 470add1563
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export class FinanceApiService extends BaseApiService<
async getDebtSupplierReport(
supplier_ids?: string,
filter_by?: 'do_date',
filter_by?: string,
start_date?: string,
end_date?: string,
page?: number,