同步
This commit is contained in:
@@ -7,10 +7,17 @@ export default {
|
||||
data: { "ids1": userIds, "ids2": roleIds }
|
||||
})
|
||||
},
|
||||
|
||||
GetRolesByUser() {
|
||||
return myaxios({
|
||||
url: '/User/GetRolesByUser',
|
||||
method: 'get'
|
||||
})
|
||||
},
|
||||
GetRolesByUserId(userId) {
|
||||
return myaxios({
|
||||
url: `/User/GetRolesByUserId?userId=${userId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user