Commit e58d361c authored by wuting's avatar wuting

fix: 业务员业绩统计详情分页

parent 3765ad1a
......@@ -382,12 +382,16 @@ const StatistticsList: React.FC<{ searchType: string; id: number }> = ({
newParam = {
memberTime: params.memberTime,
memberName: params.memberName,
current: params.current,
pageSize: params.pageSize,
};
} else {
newParam = {
productTime: params.productTime,
commodityName: params.commodityName,
category: params.category,
current: params.current,
pageSize: params.pageSize,
};
}
return fetchListData(newParam);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment