268f2d91 by yangjianbin

init

1 parent 881fdbd1
...@@ -298,7 +298,7 @@ class Perm extends CI_Controller { ...@@ -298,7 +298,7 @@ class Perm extends CI_Controller {
298 $r2['id'] = $v2->id; 298 $r2['id'] = $v2->id;
299 $r2['name'] = $v2->name; 299 $r2['name'] = $v2->name;
300 $r2['pId'] = $v->id; 300 $r2['pId'] = $v->id;
301 $arr[] = $r2; 301 $arr2[] = $r2;
302 } 302 }
303 303
304 } 304 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!