init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | title: '通过', | 58 | title: '通过', |
| 59 | icon: 3 | 59 | icon: 3 |
| 60 | }, function(){ | 60 | }, function(){ |
| 61 | loadIframe('<?=site_url('/work/check/12');?>', '审核意见'); | 61 | loadIframe('<?=site_url('/work/check/12/'.$id);?>', '审核意见'); |
| 62 | }); | 62 | }); |
| 63 | } | 63 | } |
| 64 | </script> | 64 | </script> | ... | ... |
-
Please register or sign in to post a comment