init
Showing
2 changed files
with
1 additions
and
3 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'; | 149 | var targetUrl = 'flow/confirm2NextStatus' + "<?=$id?>";; |
| 150 | var data = { | 150 | var data = { |
| 151 | "opinion": "", | 151 | "opinion": "", |
| 152 | "orderStatus": "<?=$applyOrderVO->status?>" | 152 | "orderStatus": "<?=$applyOrderVO->status?>" |
| ... | @@ -168,7 +168,6 @@ | ... | @@ -168,7 +168,6 @@ |
| 168 | } | 168 | } |
| 169 | setTimeout(function () { | 169 | setTimeout(function () { |
| 170 | if (!data.code) { | 170 | if (!data.code) { |
| 171 | table.fnDraw(); | ||
| 172 | layer_close(); | 171 | layer_close(); |
| 173 | } | 172 | } |
| 174 | }, 500); | 173 | }, 500); | ... | ... |
-
Please register or sign in to post a comment