工单管理

This commit is contained in:
白菜
2025-07-11 17:14:02 +08:00
parent b22795134d
commit b84bb3fd89
4 changed files with 158 additions and 53 deletions

View File

@ -42,3 +42,11 @@ export function delTicket(data) {
data
})
}
//查询所有的用户列表
export function getAllUser() {
return request({
url: `/system/user/getAllUser`,
method: 'get',
})
}