init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
| 47 | async: { | 47 | async: { |
| 48 | enable: true, | 48 | enable: true, |
| 49 | // url: '<?//=site_url('/perm/organization')?>//', | 49 | // url: '<?//=site_url('/perm/organization')?>//', |
| 50 | url: '<?=site_url('/perm/menu'.$id)?>', | 50 | url: '<?=site_url('/perm/menu/'.$id)?>', |
| 51 | autoParam:["id"] | 51 | autoParam:["id"] |
| 52 | }, | 52 | }, |
| 53 | check: { | 53 | check: { | ... | ... |
-
Please register or sign in to post a comment