还款编辑
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -110,7 +110,7 @@ | ... | @@ -110,7 +110,7 @@ |
| 110 | }); | 110 | }); |
| 111 | 111 | ||
| 112 | function edit(id) { | 112 | function edit(id) { |
| 113 | layer_show('编辑', '<?=site_url('/loan/edit/1')?>'); | 113 | layer_show('编辑', '<?=site_url('/loan/edit/1/')?>'+id); |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | function del(id) { | 116 | function del(id) { | ... | ... |
-
Please register or sign in to post a comment