From 4a2f5ac52104295362f864231fcc5be920922589 Mon Sep 17 00:00:00 2001 From: xuan Date: Thu, 8 Dec 2022 15:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(ID1000940):=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E7=89=88=E9=94=80=E5=94=AE=E6=8A=A5=E8=A1=A8=E6=8E=92?= =?UTF-8?q?=E8=A1=8C=E6=A6=9C=E7=9A=84=E6=95=B0=E6=8D=AE=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E2=80=9C=E5=B7=B2=E9=85=8D=E5=B8=83=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【重构版销售报表排行榜的数据默认“已配布”】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001000940 --- src/pages/saleStatistic/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/saleStatistic/index.tsx b/src/pages/saleStatistic/index.tsx index 513e72d..60bc37c 100644 --- a/src/pages/saleStatistic/index.tsx +++ b/src/pages/saleStatistic/index.tsx @@ -209,7 +209,7 @@ const RankingBlock = (props: RankingBlockPropsType) => { const [limit, setLimit] = useState(defaultLimit) - const [indicator, setIndicator] = useState(null) + const [indicator, setIndicator] = useState(1) // 切换排行指标 const onChangeIndicators = useCallback((indicators: number) => {