|
...
|
...
|
@@ -29,7 +29,7 @@ class NavController extends BaseController |
|
|
|
*/
|
|
|
|
public function index(BNav $nav){
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $nav->list($this->map,$this->order = 'sort');
|
|
|
|
$lists = $nav->list($this->map,$this->order = ['sort','id']);
|
|
|
|
$data = array();
|
|
|
|
foreach ($lists as $v){
|
|
|
|
$v = (array)$v;
|
...
|
...
|
|