Commit 78e07267 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

add serch snkey

parent b10b5c8a
...@@ -11,7 +11,7 @@ class ServerLicenseIndex extends Component ...@@ -11,7 +11,7 @@ class ServerLicenseIndex extends Component
{ {
use WithPagination; use WithPagination;
public $action = 'list'; public $action = 'list';
public $searchBy, $editId, $message, $keyword, $perPage = 10, $searchSelected = 'PID' , $selectedPatch = [] ; public $searchBy, $editId, $message, $keyword, $perPage = 10, $searchSelected = 'COMPANY' , $selectedPatch = [] ;
protected $listeners = [ 'deleteItem', 'deleteSelected' ,'showpatchListForm']; protected $listeners = [ 'deleteItem', 'deleteSelected' ,'showpatchListForm'];
public function mount() public function mount()
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment