zhengkaixin пре 4 година
родитељ
комит
a38f173a8b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/projects/business/views/Master/Attendance/LeaveForm.vue

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

@@ -347,7 +347,7 @@
 				} else if (this.tjForm.startTime== '请选择') {
 					mui.toast('请选择开始日期');
 					return false;
-				} else if (!this.tjForm.endTime== '请选择') {
+				} else if (this.tjForm.endTime== '请选择') {
 					mui.toast('请选择结束日期');
 					return false;
 				}else if (this.tjForm.leaveType==4&&!this.checkWorkOverTime()) {