init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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), | ... | ... |
-
Please register or sign in to post a comment