Commit c3e802a5 authored by 沈翠玲's avatar 沈翠玲

还款审批bug修复

parent fe393efb
......@@ -513,9 +513,9 @@
const remainingAmount = Decimal(Number(item.remainingAmount) || 0).sub(
Decimal(Number(item.sumReductionAmount) || 0)
);
form.totalRepayAmount = Decimal(form.totalRepayAmount).add(Decimal(remainingAmount));
form.remainingAmount = Decimal(form.remainingAmount).add(Decimal(remainingAmount));
});
form.totalRepayAmount = detail.totalRepayAmount;
splitdata.value = detail.byStagesRecords;
tabledata.value = caselist;
setTimeout(() => {
......
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