新增必到点采集详情页面 处理打卡
This commit is contained in:
@ -16,3 +16,13 @@ export function fetchSelectListByBddxlrwId(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 打卡
|
||||
export function fetchTbZdxlFgdwBddxlrwJlClockIn(data) {
|
||||
return service({
|
||||
url: `${api}/tbZdxlFgdwBddxlrwJl/clockIn`,
|
||||
method: 'POST',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user