Commit 2d3c7b13 authored by renjintao's avatar renjintao

datagrid

parent 59abf214
......@@ -484,7 +484,7 @@ export default {
this.$api.post(`${systemUrl}/user/paged`, {
conditions: [],
pageIndex: 1,
pageSize: 1000,
pageSize: 100000,
})
.then((r) => {
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