release/2.19.1.2501.01

This commit is contained in:
lys 2025-04-25 09:51:19 +08:00
parent e9d301927f
commit e539f7b040
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Index extends Component {
} = payrollTempForm.getFormParams(), } = payrollTempForm.getFormParams(),
{ ackFeedbackStatus, feedbackStatus, autoAckDays, ...extraFb } = payrollTempFeedbackForm.getFormParams(), { ackFeedbackStatus, feedbackStatus, autoAckDays, ...extraFb } = payrollTempFeedbackForm.getFormParams(),
{ formData, smsSettingDialog } = this.tmpBaseSetRef.state; { formData, smsSettingDialog } = this.tmpBaseSetRef.state;
if (autoSendStatus !== "1" && emailStatus !== "1" && msgStatus !== "1" && smsStatus !== 1) { if (autoSendStatus !== "1" && emailStatus !== "1" && msgStatus !== "1" && smsStatus !== "1") {
message.warning(getLabel(111, "工资单模板至少开启一个发送通道")); message.warning(getLabel(111, "工资单模板至少开启一个发送通道"));
return; return;
} }