Commit 893339c9 authored by 高滢's avatar 高滢

feat(月度): 上月计划数带入

parent 0df7ec6b
......@@ -238,6 +238,7 @@
investmentAmount: info.investmentAmount,
accumulatePaymentReserve: info.accumulatePayment,
accumulatePayment: info.accumulatePayment,
lastMonthPlan: info.lastMonthPlan ? info.lastMonthPlan : 0,
});
} else {
item = {
......@@ -268,6 +269,7 @@
investmentAmount: info.investmentAmount,
accumulatePaymentReserve: info.accumulatePayment,
accumulatePayment: info.accumulatePayment,
lastMonthPlan: info.lastMonthPlan ? info.lastMonthPlan : 0,
});
}
}
......
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