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