|
@@ -1416,7 +1416,9 @@ class Database
|
|
public function list_excel_api()
|
|
public function list_excel_api()
|
|
{
|
|
{
|
|
Dever::$global['base']['excel'] = 1;
|
|
Dever::$global['base']['excel'] = 1;
|
|
|
|
+ $this->list_search();
|
|
$data = $this->list_tbody(true);
|
|
$data = $this->list_tbody(true);
|
|
|
|
+
|
|
|
|
|
|
if ($data) {
|
|
if ($data) {
|
|
$config = $this->config();
|
|
$config = $this->config();
|