a25588ca by wang

init

1 parent d94159f9
......@@ -48,7 +48,7 @@
$.ajax({
type: 'patch',
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url: apiBaseUrl + 'manage/financial/confirm/' + id,
url: apiBaseUrl + 'manage/financial/confirm/' + $("#id").val(),
cache: false,
dataType: 'json',
data: JSON.stringify(data),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!