master
lion 3 weeks ago
parent ac1761b7e5
commit f134cbd0bb

@ -155,7 +155,9 @@
}, },
loadUser() { loadUser() {
listCommonuser({ listCommonuser({
page_size: 999 page: 1,
page_size: 999,
show_all: 1
}). }).
then((res) => { then((res) => {
this.userdata = res.data; this.userdata = res.data;

Loading…
Cancel
Save