产品-工资单模板定时发放添加薪资所属月
This commit is contained in:
parent
e501aa293e
commit
ae79ab24c3
|
|
@ -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