dever 6 年之前
父節點
當前提交
b35a023869
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Database.php

+ 2 - 0
src/Database.php

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