58ac378b by yangjianbin

init

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