zkx 3 years ago
parent
commit
b327f9483a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/projects/business/views/Master/Attendance/LeaveForm.vue

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

@@ -334,7 +334,7 @@
 				})
 			},
             checkWorkOverTime(){
-               return this.daytime*8 <this.workOverTime;
+               return this.daytime*8 <=this.workOverTime;
 			},
 			//表单检测
 			checkFrom() {