init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -238,8 +238,8 @@ class Work extends CI_Controller | ... | @@ -238,8 +238,8 @@ class Work extends CI_Controller |
| 238 | 238 | ||
| 239 | public function telAdd($id) | 239 | public function telAdd($id) |
| 240 | { | 240 | { |
| 241 | 241 | $data = array('id'=>$id); | |
| 242 | $this->load->view('work/审批/电核添加'); | 242 | $this->load->view('work/审批/电核添加', $data); |
| 243 | } | 243 | } |
| 244 | 244 | ||
| 245 | public function telRefuse() | 245 | public function telRefuse() | ... | ... |
-
Please register or sign in to post a comment