0708614e by wang

init

1 parent 0413a92e
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
175 <script> 175 <script>
176 function save() { 176 function save() {
177 var data = $("form").serializeJson(); 177 var data = $("form").serializeJson();
178 console.log(data); 178 console.log(data->source);
179 $.ajax({ 179 $.ajax({
180 type: 'put', 180 type: 'put',
181 url: apiBaseUrl + 'loanAfter/repaymentPlan', 181 url: apiBaseUrl + 'loanAfter/repaymentPlan',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!