Commit 22c6ab84 authored by renjintao's avatar renjintao

user/paged

parent 87665c3d
...@@ -479,7 +479,7 @@ export default { ...@@ -479,7 +479,7 @@ export default {
this.$api.post(`${systemUrl}/user/paged`, { this.$api.post(`${systemUrl}/user/paged`, {
conditions: [], conditions: [],
pageIndex: 1, pageIndex: 1,
pageSize: 1000, pageSize: 10000,
}) })
.then((r) => { .then((r) => {
if (r.success) { if (r.success) {
......
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