修复一键生成CRUD时admin_ids字段多选下拉框bug

pull/98/MERGE
pppscn 2019-02-16 14:36:34 +08:00 committed by Karson
parent a0e8f19056
commit 70f9bf0197
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class Admin extends Backend
/**
* 下拉搜索
*/
protected function selectpage()
public function selectpage()
{
$this->dataLimit = 'auth';
$this->dataLimitField = 'id';