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

直接还款

parent 100fd8e5
......@@ -303,6 +303,7 @@
}
if (currentType.value === '直接还款') {
param['loan'] = currentInfo.value;
param['repayAmount'] = currentInfo.value.remainingAmount;
}
if (currentType.value === '分期还款') {
param['borrower'] = currentDetail.value.borrower;
......
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