@@ -573,7 +573,7 @@ export default { | |||
this.$modal.msgError('必须选择模版!') | |||
return | |||
} | |||
if(!this.queryParams.attendanceGroupIds){ | |||
if(!this.queryParams.attendanceGroupIds || this.queryParams.attendanceGroupIds.length == 0){ | |||
this.$modal.msgError('必须选择所属考勤组!') | |||
return | |||
} |