dever 2 年之前
父节点
当前提交
bc522d05cc
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);