Merge branch 'feature/230701-工资单定时发送任务' into develop

This commit is contained in:
黎永顺 2023-07-05 14:06:08 +08:00
commit 8b143a937f
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>