Commit 553232c0 authored by 林洋洋's avatar 林洋洋

修改查询知识库菜单不分页

parent a4792627
......@@ -8,8 +8,7 @@ class KnowledgeParams(QueryParams):
def __init__(
self,
name: str | None = Query(None, title="部门名称"),
params: Paging = Depends()
name: str | None = Query(None, title="知识库名称")
):
super().__init__(params)
super().__init__()
self.name = ("like", name)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment