Commit 4be39820 authored by lxd's avatar lxd

feat: 分页符

parent bd864e77
...@@ -8,7 +8,7 @@ const { querysApi } = config; ...@@ -8,7 +8,7 @@ const { querysApi } = config;
export async function query(params) { export async function query(params) {
const queryParams = { const queryParams = {
pageSize: params.pageSize || 10, pageSize: params.pageSize || 10,
pageIndex: params.current || 1, pageNo: params.current || 1,
createStart: params?.dateTimeRange?.[0], createStart: params?.dateTimeRange?.[0],
createEnd: params?.dateTimeRange?.[1], createEnd: params?.dateTimeRange?.[1],
settleState: params?.settleState, settleState: params?.settleState,
......
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