diff --git a/src/pages/saleStatistic/index.tsx b/src/pages/saleStatistic/index.tsx index 60bc37c..5178c33 100644 --- a/src/pages/saleStatistic/index.tsx +++ b/src/pages/saleStatistic/index.tsx @@ -238,8 +238,8 @@ const RankingBlock = (props: RankingBlockPropsType) => { let res: any const payload = { limit, - saleType, - saleDepartmentId, + sale_type: saleType, + sale_department_id: saleDepartmentId, date_min, date_max, data_form_status: indicator,