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

还款bug

parent 88407129
......@@ -281,7 +281,7 @@
};
}
if (currentType.value === '直接还款') {
param['loan'] = currentDetail.value;
param['loan'] = currentInfo.value;
}
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