[问题]修复授权表单不显示的问题

This commit is contained in:
邹景立 2017-03-17 14:18:37 +08:00
parent ce393ea3e4
commit d7f0ce3408

View File

@ -73,7 +73,7 @@ class Auth extends BasicAdmin {
break;
default :
$this->assign('title', '节点授权');
$this->_form($this->table, 'apply');
return $this->_form($this->table, 'apply');
}
}