diff --git a/src/views/authenticRight/index.vue b/src/views/authenticRight/index.vue index bd1c84d3..c0316ab7 100644 --- a/src/views/authenticRight/index.vue +++ b/src/views/authenticRight/index.vue @@ -527,7 +527,7 @@ queryParams:{ // 分页 pageNum: 1, - pageSize: 10, + pageSize: 30, // 查询排序 //orderByColumn: "id", //isAsc: "desc", @@ -545,7 +545,7 @@ queryform:{ // 分页 pageNum: 1, - pageSize: 10, + pageSize: 30, // 查询排序 //orderByColumn: "id", //isAsc: "desc", @@ -855,7 +855,7 @@ reset(){ this.queryform={ pageNum: 1, - pageSize: 10, + pageSize: 30, // 查询排序 //orderByColumn: "id", //isAsc: "desc",