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