Skip to content

Commit

Permalink
bugfix: page cat show error
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Jun 17, 2023
1 parent 33c9fce commit f103664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Cms/Admin/Controller/CatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function crud(AdminCRUDBuilder $builder)
$builder->display('updated_at', L('Updated At'))->listable(false);
})
// 树状模式
->asTree($pid)
->asTree()
// 多级模式
// ->asTreeMass($pid)->treeMaxLevel(3)
->gridFilter(function (GridFilter $filter) {
Expand Down

0 comments on commit f103664

Please sign in to comment.