|
@@ -251,8 +251,8 @@ abstract class BaseDataLists implements ListsInterface
|
|
|
|
|
|
|
|
public function excelExportList($params = []): array
|
|
public function excelExportList($params = []): array
|
|
|
{
|
|
{
|
|
|
- $this->limitLength = config('export.max_limit_length');
|
|
|
|
|
$this->setParams($params?:[])->initSearch();
|
|
$this->setParams($params?:[])->initSearch();
|
|
|
|
|
+ $this->limitLength = config('export.max_limit_length');
|
|
|
return $this->lists();
|
|
return $this->lists();
|
|
|
}
|
|
}
|
|
|
|
|
|