feature/2.15.1.2407.01-权限

This commit is contained in:
黎永顺 2024-09-10 12:50:40 +08:00
parent 76da4dd1e1
commit e8d0006cbb
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]: !_.isEmpty(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
payrollTempFeedbackForm.updateFields({ [it]: !_.Nil(fieldsEchoData[it]) ? fieldsEchoData[it].toString() : "/" });
}
});
this.setState({