hotfix/2.12.1.2403.02

工资单模板bug修复
This commit is contained in:
黎永顺 2024-03-29 10:36:39 +08:00
parent 15439581f4
commit e5f1ede772
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Index extends Component {
if (it === "ackFeedbackStatus" || it === "feedbackStatus") {
payrollTempFeedbackForm.updateFields({ [it]: fieldsEchoData[it] ? "1" : "0" });
} else {
payrollTempFeedbackForm.updateFields({ [it]: !_.isNil(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
payrollTempFeedbackForm.updateFields({ [it]: !_.isEmpty(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
}
});
this.setState({