调机记录功能修改
This commit is contained in:
@@ -84,4 +84,11 @@ export function delEmployeeLineRel(id) {
|
||||
url: '/basic/employee/line-rel/' + id,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
export function getEmployeeByCode(code) {
|
||||
return request({
|
||||
url: '/basic/employee/getEmpByCode/' + code,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user