bc3d0260 by yangjianbin

init

1 parent 6dc6f308
...@@ -57,7 +57,10 @@ ...@@ -57,7 +57,10 @@
57 icon: 3 57 icon: 3
58 }, function () { 58 }, function () {
59 var targetUrl = 'dueDiligence'; 59 var targetUrl = 'dueDiligence';
60 var data = $("form1").serializeJson(); 60 var dueDiligenceBasicInformationVO = $("form1").serializeJson();
61 var data = {
62 dueDiligenceBasicInformationVO: dueDiligenceBasicInformationVO
63 };
61 $.ajax({ 64 $.ajax({
62 type: 'post', 65 type: 'post',
63 url: apiBaseUrl + targetUrl, 66 url: apiBaseUrl + targetUrl,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!