Jelajahi Sumber

无考勤配置不允许提交

wgl 4 tahun lalu
induk
melakukan
253bb80db9
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 2
      src/projects/business/views/Master/Attendance/Sign.vue

+ 5 - 2
src/projects/business/views/Master/Attendance/Sign.vue

@@ -131,7 +131,7 @@
 					this.personList = response.data;
 
 					this.isLoading = false;
-					
+
 					//设置默认审核人
 					this.setDefaultExaminePerson();
 				}).catch(error => {
@@ -196,7 +196,10 @@
 			},
 			//表单检测
 			checkFrom() {
-				if (!this.tjForm.type) {
+				if (!this.tjForm.alarmConfigId) {
+					mui.toast('无考勤配置');
+					return false;
+				} else if (!this.tjForm.type) {
 					mui.toast('请选择打卡类型');
 					return false;
 				} else if (!this.tjForm.approvalPersonId) {