cqp 11 months ago
parent
commit
f2f0d38e14
1 changed files with 2 additions and 0 deletions
  1. 2 0
      routes/api.php

+ 2 - 0
routes/api.php

@@ -41,6 +41,8 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('roleDetail', 'Api\EmployeeController@roleDetail');
     $route->any('roleMenu', 'Api\EmployeeController@roleMenu');
 
+    $route->any('departList', 'Api\EmployeeController@departList');
+
 
     $route->any('kqList', 'Api\KqController@kqCollect');
     $route->any('kqCollect', 'Api\KqController@kqCollect');