mirror of https://gitee.com/karson/fastadmin.git
修复一键生成CRUD时admin_ids字段多选下拉框bug
parent
a0e8f19056
commit
70f9bf0197
|
|
@ -265,7 +265,7 @@ class Admin extends Backend
|
||||||
/**
|
/**
|
||||||
* 下拉搜索
|
* 下拉搜索
|
||||||
*/
|
*/
|
||||||
protected function selectpage()
|
public function selectpage()
|
||||||
{
|
{
|
||||||
$this->dataLimit = 'auth';
|
$this->dataLimit = 'auth';
|
||||||
$this->dataLimitField = 'id';
|
$this->dataLimitField = 'id';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue