工单管理
This commit is contained in:
@ -42,3 +42,11 @@ export function delTicket(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//查询所有的用户列表
|
||||
export function getAllUser() {
|
||||
return request({
|
||||
url: `/system/user/getAllUser`,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user