2037a62d by yangjianbin

init

1 parent 6964ed3d
...@@ -122,7 +122,7 @@ class Perm extends CI_Controller { ...@@ -122,7 +122,7 @@ class Perm extends CI_Controller {
122 $item7 = array(); 122 $item7 = array();
123 $item7['id'] = $v7->id; 123 $item7['id'] = $v7->id;
124 $item7['name'] = $v7->name; 124 $item7['name'] = $v7->name;
125 $item7['pId'] = $v7->id; 125 $item7['pId'] = $vvvvvv->id;
126 $arr[] = $item7; 126 $arr[] = $item7;
127 } 127 }
128 } 128 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!