This commit is contained in:
2026-06-15 10:55:20 +08:00
parent 7eae23beca
commit ae22b2eecf
+1 -1
View File
@@ -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 || [] : []));