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'){