feature/2.16.1.2410.01-薪资账套配置流程审批
This commit is contained in:
parent
98ca4cb03f
commit
1a02222bd3
|
|
@ -95,7 +95,7 @@ class RuleConfig extends Component {
|
|||
} else if (
|
||||
item === "APPROVAL_CAN_MANUAL_FILE_STATUS" || item === "APPROVAL_CAN_RE_CALC_STATUS" || item === "APPROVAL_CAN_EDIT_RESULT_STATUS"
|
||||
) {
|
||||
form.updateFields({ [item]: { value: sysinfo[item] || "0" } });
|
||||
form.updateFields({ [item]: { value: _.isNil(sysinfo[item]) ? "1" : (sysinfo[item] || "0") } });
|
||||
} else {
|
||||
form.updateFields({ [item]: { value: sysinfo[item] || "" } });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue