Commit 7fb2c753 authored by FE-安焕焕's avatar FE-安焕焕 👣

增加查询标识

parent 1b9dcba1
...@@ -11,6 +11,7 @@ export async function query(data) { ...@@ -11,6 +11,7 @@ export async function query(data) {
pageNo: data.current, pageNo: data.current,
startDate: data.settlementTime?.[0], startDate: data.settlementTime?.[0],
endDate: data.settlementTime?.[1], endDate: data.settlementTime?.[1],
pageFlag: 4,
}; };
try { try {
const { const {
......
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