diff --git a/src/views/BDCenterView.vue b/src/views/BDCenterView.vue index 79d7cbc..3343688 100644 --- a/src/views/BDCenterView.vue +++ b/src/views/BDCenterView.vue @@ -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 } }