1.提交缺失的东西
This commit is contained in:
@ -39,7 +39,8 @@ class GoodsCategoryController extends BaseAdminController
|
||||
*/
|
||||
public function lists()
|
||||
{
|
||||
return $this->dataLists(new GoodsCategoryLists());
|
||||
$category_tree = GoodsCategoryLogic::categoryThirdTree();
|
||||
return $this->success('查询成功', $category_tree);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user