Quellcode durchsuchen

考勤统计外出统计

wgl vor 4 Jahren
Ursprung
Commit
11917b73cc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/projects/business/views/Master/Attendance/StatisticList.vue

+ 1 - 0
src/projects/business/views/Master/Attendance/StatisticList.vue

@@ -220,6 +220,7 @@
 					this.lateCount = response.lateCount;
 					this.businessCount = response.businessCount;
 					this.vacationCount = response.vacationCount;
+					this.outCount = response.outCount;
 
 				}).catch(error => {
 					this.isLoading = false;