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