🐞 fix(ID1000940): 重构版销售报表排行榜的数据默认“已配布”
【重构版销售报表排行榜的数据默认“已配布”】 https://www.tapd.cn/53459131/bugtrace/bugs/view/1153459131001000940
This commit is contained in:
parent
c2335d5d73
commit
4a2f5ac521
@ -209,7 +209,7 @@ const RankingBlock = (props: RankingBlockPropsType) => {
|
|||||||
|
|
||||||
const [limit, setLimit] = useState(defaultLimit)
|
const [limit, setLimit] = useState(defaultLimit)
|
||||||
|
|
||||||
const [indicator, setIndicator] = useState<number | null>(null)
|
const [indicator, setIndicator] = useState<number | null>(1)
|
||||||
|
|
||||||
// 切换排行指标
|
// 切换排行指标
|
||||||
const onChangeIndicators = useCallback((indicators: number) => {
|
const onChangeIndicators = useCallback((indicators: number) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user