hotfix/2.9.42309.01

This commit is contained in:
黎永顺 2023-09-14 14:19:08 +08:00
parent f18bda74f4
commit 85867da080
1 changed files with 1 additions and 4 deletions

View File

@ -95,10 +95,7 @@ class PersonalScopeModal extends Component {
]; ];
this.setState({ this.setState({
targetTypeList, targetTypeList,
employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({ employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({ key: it.enum, showname: it.defaultLabel }))
key: it.value.toString(),
showname: it.defaultLabel
}))
}); });
} }
}); });