init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -45,6 +45,7 @@ | ... | @@ -45,6 +45,7 @@ |
| 45 | 45 | ||
| 46 | function pass(id) { | 46 | function pass(id) { |
| 47 | var data = $("#form1").serializeJson(); | 47 | var data = $("#form1").serializeJson(); |
| 48 | console.log(data); | ||
| 48 | $.ajax({ | 49 | $.ajax({ |
| 49 | type: 'patch', | 50 | type: 'patch', |
| 50 | // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), | 51 | // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), | ... | ... |
-
Please register or sign in to post a comment