1
0
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:
2023-06-01 18:10:44 +08:00
parent c9f93927c9
commit bf88054c35
9 changed files with 92 additions and 49 deletions

View File

@@ -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