this.$modal.msgError('必须选择模版!') | this.$modal.msgError('必须选择模版!') | ||||
return | return | ||||
} | } | ||||
if(!this.queryParams.attendanceGroupIds){ | |||||
if(!this.queryParams.attendanceGroupIds || this.queryParams.attendanceGroupIds.length == 0){ | |||||
this.$modal.msgError('必须选择所属考勤组!') | this.$modal.msgError('必须选择所属考勤组!') | ||||
return | return | ||||
} | } |