21a01115 by yangjianbin

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

2 parents ae23e1c1 afe998d2
......@@ -175,7 +175,7 @@
<script>
function save() {
var data = $("form").serializeJson();
console.log(data);
console.log(data['source']);
$.ajax({
type: 'put',
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!