|
...
|
...
|
@@ -40,6 +40,13 @@ class DeptController extends BaseController |
|
|
|
$this->response('success',Code::SUCCESS,Arr::twoKeepKeys($data, ['id', 'pid', 'title', 'manager_uids', 'remark']));
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :保存
|
|
|
|
* @name :save
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2025/5/15 15:12
|
|
|
|
*/
|
|
|
|
public function save(DeptRequest $request, DeptLogic $logic)
|
|
|
|
{
|
|
|
|
$request->validated();
|
...
|
...
|
|