init
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
| 42 | </div> | 42 | </div> |
| 43 | </div> | 43 | </div> |
| 44 | </div> | 44 | </div> |
| 45 | 45 | <input type="hidden" name="orderId" value="<?=$id?>"> | |
| 46 | </form> | 46 | </form> |
| 47 | 47 | ||
| 48 | <div class="row cl pb-20 col-sm-12"> | 48 | <div class="row cl pb-20 col-sm-12"> |
| ... | @@ -64,6 +64,7 @@ | ... | @@ -64,6 +64,7 @@ |
| 64 | icon: 3 | 64 | icon: 3 |
| 65 | }, function(){ | 65 | }, function(){ |
| 66 | var data = $('#form').serializeJson(); | 66 | var data = $('#form').serializeJson(); |
| 67 | data.status = 1; | ||
| 67 | $.ajax({ | 68 | $.ajax({ |
| 68 | type: 'post', | 69 | type: 'post', |
| 69 | url: apiBaseUrl + 'flow/saveFirstCheck', | 70 | url: apiBaseUrl + 'flow/saveFirstCheck', | ... | ... |
-
Please register or sign in to post a comment