21a01115 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents ae23e1c1 afe998d2
...@@ -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!