cd69dcfe by wang

init

1 parent 81ecd19b
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 $.ajax({ 48 $.ajax({
49 type: 'patch', 49 type: 'patch',
50 // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), 50 // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
51 url: apiBaseUrl + 'manage/financial/confirm/' + $('#id').val(), 51 url: apiBaseUrl + 'manage/financial/confirm/' + $('#id').val()+ '?realRepaymentDate=' +data->realRepaymentDate,
52 cache: false, 52 cache: false,
53 dataType: 'json', 53 dataType: 'json',
54 data: JSON.stringify(data), 54 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!