param => params fix
This commit is contained in:
parent
8063ec0735
commit
33d7069708
@ -280,7 +280,7 @@ class ListJsonTable extends JasonTable
|
||||
$flag = true;
|
||||
$filter = $this->getCurrentFilter($key);
|
||||
$params = [
|
||||
'param' => $filter['param'] ?? '',
|
||||
'params' => $filter['params'] ?? '',
|
||||
'name' => $key,
|
||||
'value' => $filter['value'] ?? '',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user