mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Added pagination to GroupManagement. Optimized get group list in UserManagement.
This commit is contained in:
@@ -240,7 +240,7 @@ export default {
|
||||
})
|
||||
},
|
||||
getGroups() {
|
||||
request.get('/group').then((res) => {
|
||||
request.get('/group/list').then((res) => {
|
||||
const response = res.data
|
||||
if (response.code === DATABASE_SELECT_OK) {
|
||||
this.groups = response.data
|
||||
|
||||
Reference in New Issue
Block a user