update navbar user dept

This commit is contained in:
lb
2024-02-22 16:23:19 +08:00
parent 1dd7fef171
commit ca2774ca28
2 changed files with 10 additions and 3 deletions

View File

@@ -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({