Commit 8a571a17 authored by pengxiong's avatar pengxiong

报告列表10

parent 75c3cf34
......@@ -75,7 +75,7 @@ def get_report_list(args):
# if data:
# data = [r.to_dict(allow_field=allow_field) for r in data]
totalSize = len(res)
data = res[offset:pageSize]
data = res[offset:offset+pageSize]
return {
'content': data,
'pageNum': pageNumber,
......
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