feat(BD中心页): 对接上个月团队收入数据

This commit is contained in:
hzj 2025-10-16 17:52:16 +08:00
parent 6888ff2656
commit 1a0798c76a

View File

@ -113,7 +113,7 @@ const getAgentMonth = async () => {
const res2 = await getAgentMonthLastTarget()
if (res2.status === true) {
salaryInfo.lastMonth = res.body.thisMonthTotalTarget
salaryInfo.lastMonth = res2.body.thisMonthTotalTarget
}
}