xiugai
This commit is contained in:
parent
497b47b227
commit
7585796b19
|
@ -13,7 +13,6 @@ export function clockRecord(data) {
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
//员工离岗说明
|
//员工离岗说明
|
||||||
export function notWork(id, data) {
|
export function notWork(id, data) {
|
||||||
return request({
|
return request({
|
||||||
|
@ -23,7 +22,6 @@ export function notWork(id, data) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
=======
|
|
||||||
export function getEmployee(data) {
|
export function getEmployee(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/hrm/employee/',
|
url: '/hrm/employee/',
|
||||||
|
@ -31,4 +29,3 @@ export function getEmployee(data) {
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
>>>>>>> 802cd214bef263b51b08f9299e5a7bd9ec93b8ef
|
|
||||||
|
|
Loading…
Reference in New Issue