This commit is contained in:
橙子
2021-10-19 11:49:25 +08:00
parent 135b9148b3
commit 358dee1262
11 changed files with 39 additions and 30 deletions

View File

@@ -7,4 +7,10 @@ export default {
data: { "ids1": userIds, "ids2": roleIds }
})
},
GetRolesByUser() {
return myaxios({
url: '/User/GetRolesByUser',
method: 'get'
})
}
}