fix: page/limit param not effective (#18196)

This commit is contained in:
诗浓
2025-04-16 17:26:47 +08:00
committed by GitHub
parent bbd9fe9777
commit 4166f73d9d
2 changed files with 13 additions and 4 deletions

View File

@@ -122,6 +122,8 @@ class SegmentApi(DatasetApiResource):
tenant_id=current_user.current_tenant_id,
status_list=args["status"],
keyword=args["keyword"],
page=page,
limit=limit,
)
response = {