🐞 fix(ID1000940): 重构版销售报表排行榜的数据默认“已配布”

【重构版销售报表排行榜的数据默认“已配布”】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001000940
This commit is contained in:
xuan 2022-12-08 15:31:08 +08:00
parent c2335d5d73
commit 4a2f5ac521

View File

@ -209,7 +209,7 @@ const RankingBlock = (props: RankingBlockPropsType) => {
const [limit, setLimit] = useState(defaultLimit)
const [indicator, setIndicator] = useState<number | null>(null)
const [indicator, setIndicator] = useState<number | null>(1)
// 切换排行指标
const onChangeIndicators = useCallback((indicators: number) => {