update navbar user dept
This commit is contained in:
@@ -26,6 +26,13 @@ export function getUser(userId) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getUserSimple(userId) {
|
||||
return request({
|
||||
url: '/system/user/getSimple?id=' + praseStrEmpty(userId),
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 新增用户
|
||||
export function addUser(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user