@@ -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);