hotfix/2.15.1.2407.01
This commit is contained in:
parent
e8d0006cbb
commit
3fae1f1a9d
|
|
@ -174,7 +174,7 @@ class Index extends Component {
|
||||||
if (it === "ackFeedbackStatus" || it === "feedbackStatus") {
|
if (it === "ackFeedbackStatus" || it === "feedbackStatus") {
|
||||||
payrollTempFeedbackForm.updateFields({ [it]: fieldsEchoData[it] ? "1" : "0" });
|
payrollTempFeedbackForm.updateFields({ [it]: fieldsEchoData[it] ? "1" : "0" });
|
||||||
} else {
|
} else {
|
||||||
payrollTempFeedbackForm.updateFields({ [it]: !_.Nil(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
|
payrollTempFeedbackForm.updateFields({ [it]: !_.isNil(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue