This commit is contained in:
2024-06-04 18:56:45 +08:00
parent 607dcde7b0
commit 3e784abe55
6 changed files with 124 additions and 130 deletions

View File

@@ -112,5 +112,16 @@ export default {
method: "get",
params
})
},
/**
* 获取用户分组group的id和层级信息
* @returns
*/
getGroupList(params = {}) {
return request({
url: "system/user/group/list",
method: "get",
params
})
}
}