Explorar el Código

用户列表一页返回8个

yf_zd hace 5 años
padre
commit
bd1435648b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/UserManger.vue

+ 1 - 0
src/components/UserManger.vue

@@ -325,6 +325,7 @@ export default {
         url: "/user_list",
         data: this.qs.stringify({
           typelist: 4,
+          page_size:8,
           page: this.page,
           uname: this.username,
         }),