Skip to content

Commit

Permalink
同步
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 9, 2018
1 parent 9fe8f2f commit 877137d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/api/KaoQin/Attendance.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ export function UpdateAtten(data){
}


export function SearchPersonByMonth(data){
return fetch({
url: '/Attendance/SearchPersonByMonth',
method: 'post',
data
})
}

0 comments on commit 877137d

Please sign in to comment.