瀏覽代碼

刷新考勤

seyason 1 年之前
父節點
當前提交
2cfaa1d01d
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

+ 2 - 3
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/daily.vue

@@ -2810,9 +2810,8 @@
             refreshBeiSengAttendance(workdate) {
                  if (!workdate) return;
                 this.syncTimeLoading = true;
-                this.http.post('/user-with-beisen/syncAttendanceFromBeisen',{
-                    startDate: workdate,
-                    endDate: workdate
+                this.http.post('/user-with-beisen/getAttendanceStatisticWithUser',{
+                    createDate: workdate
                 },res => {
                     this.syncTimeLoading = false;
                     if(res.code == 'ok'){