feat : section
This commit is contained in:
@@ -47,8 +47,8 @@ class EmployeeRequest extends FormRequest
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected array $scenes = [
|
protected array $scenes = [
|
||||||
'add' => ['account','chinese_name','status','role_id','avatar'],
|
'add' => ['account','chinese_name','status','role_id','avatar','section_id'],
|
||||||
'edit' => ['id','account','chinese_name','status','role_id','avatar'],
|
'edit' => ['id','account','chinese_name','status','role_id','avatar','section_id'],
|
||||||
'del' => ['id'],
|
'del' => ['id'],
|
||||||
'reset_password' => ['id'],
|
'reset_password' => ['id'],
|
||||||
'info' => ['id'],
|
'info' => ['id'],
|
||||||
|
|||||||
Reference in New Issue
Block a user