产品-工资单模板定时发放添加薪资所属月

This commit is contained in:
黎永顺 2023-07-05 14:04:26 +08:00
parent e501aa293e
commit ae79ab24c3
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ export default class BaseInformForm extends React.Component {
autoSendStatus: value === "1",
autoSendDayOfMonth: value === "1" ? "1" : null,
autoSendTimeOfDay: value === "1" ? "09:00" : null,
autoSendCycleType: 0
autoSendCycleType: value === "1" ? 1 : null,
});
}}/>
</WeaFormItem>