|
@@ -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');
|