21c90ee4 by wang

init

1 parent cd69dcfe
...@@ -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(),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!