fix: page/limit param not effective (#18196)
This commit is contained in:
parent
bbd9fe9777
commit
4166f73d9d
2 changed files with 13 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue