dever 2 years ago
parent
commit
42e07d2e6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Database.php

+ 2 - 2
src/Database.php

@@ -3119,8 +3119,8 @@ class Database
 
             # 只有当有搜索条件时才会出现
             if (Dever::load('manage/auth.oper', 2) && $this->search == true) {
-                $option[2] = '所有页面的数据';
-                $default = 2;
+                //$option[2] = '所有页面的数据';
+                //$default = 2;
             }
 
             $this->list_search_select($result, $mul, $prefix . 'type' . '" id="' . $prefix . 'type', '请选择要批量操作的数据', $option, $default);