64d30956 by yangjianbin

init

1 parent 268f2d91
...@@ -284,6 +284,7 @@ class Perm extends CI_Controller { ...@@ -284,6 +284,7 @@ class Perm extends CI_Controller {
284 // $data = json_decode($data, true); 284 // $data = json_decode($data, true);
285 285
286 $arr2 = array(); 286 $arr2 = array();
287 var_dump($role);exit;
287 foreach ($role as $k => $v) { 288 foreach ($role as $k => $v) {
288 $r = array(); 289 $r = array();
289 $r['id'] = $v->id; 290 $r['id'] = $v->id;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!