init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
| 146 | title: '资料转移', | 146 | title: '资料转移', |
| 147 | icon: 3 | 147 | icon: 3 |
| 148 | }, function(){ | 148 | }, function(){ |
| 149 | var targetUrl = 'flow/confirm2NextStatus' + "<?=$id?>";; | 149 | var targetUrl = 'flow/confirm2NextStatus/' + "<?=$id?>";; |
| 150 | var data = { | 150 | var data = { |
| 151 | "opinion": "", | 151 | "opinion": "", |
| 152 | "orderStatus": "<?=$applyOrderVO->status?>" | 152 | "orderStatus": "<?=$applyOrderVO->status?>" | ... | ... |
-
Please register or sign in to post a comment