feb5a6bb by yangjianbin

init

1 parent 92bfa564
...@@ -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()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!