init
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment