9ed942f7 by wang

init

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