268f2d91 by yangjianbin

init

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