f078816a by yangjianbin

init

1 parent a4c0de4b
...@@ -81,7 +81,7 @@ class Perm extends CI_Controller { ...@@ -81,7 +81,7 @@ class Perm extends CI_Controller {
81 if (!$vv->children || empty($vv->children)) { 81 if (!$vv->children || empty($vv->children)) {
82 continue; 82 continue;
83 } 83 }
84 foreach ($v->children as $kkk => $vvv) { 84 foreach ($vv->children as $kkk => $vvv) {
85 $item3 = array(); 85 $item3 = array();
86 $item3['id'] = $vvv->id; 86 $item3['id'] = $vvv->id;
87 $item3['name'] = $vvv->name; 87 $item3['name'] = $vvv->name;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!