d5cb452b by yangjianbin

init

1 parent 0bbdfd0d
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
67 }, function(){ 67 }, function(){
68 var data = $('#form').serializeJson(); 68 var data = $('#form').serializeJson();
69 //发起尽调 69 //发起尽调
70 if(data.dueDiligence){ 70 if(data.dueDiligence && data.dueDiligence == '0'){
71 $.ajax({ 71 $.ajax({
72 type: 'post', 72 type: 'post',
73 url: apiBaseUrl + 'flow/firstDueDiligence', 73 url: apiBaseUrl + 'flow/firstDueDiligence',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!