管理员列表优化,权限优化

This commit is contained in:
张乐
2020-08-26 11:58:57 +08:00
parent 02afc6b2e8
commit fc09706d9e
10 changed files with 32 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ export function delRole(pram) {
export function getInfo(pram) {
const data = {
id: pram.id
ids: pram.id
}
return request({
url: '/admin/system/role/info',