分页
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ export function queryPartnerOptions(data = {}) {
|
|||||||
method: "post",
|
method: "post",
|
||||||
data: {
|
data: {
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 200,
|
pageSize: 999,
|
||||||
...data,
|
...data,
|
||||||
},
|
},
|
||||||
}).then((res) => (isSuccessResponse(res) ? getResult(res)?.data || [] : []));
|
}).then((res) => (isSuccessResponse(res) ? getResult(res)?.data || [] : []));
|
||||||
|
|||||||
Reference in New Issue
Block a user