Merge branch 'feature/230701-工资单定时发送任务' into develop
This commit is contained in:
commit
8b143a937f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue