From 5d0dc586d2e2f9f3f0edb113a520c33541aa34cd Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 8 Dec 2022 17:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000917):=20=E9=94=80?= =?UTF-8?q?=E5=94=AE=E6=8A=A5=E8=A1=A8=E6=95=B0=E6=8D=AE=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【销售报表数据有误】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001000917 --- src/pages/saleStatistic/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,