hotfix/2.9.42309.01
This commit is contained in:
parent
f18bda74f4
commit
85867da080
|
|
@ -95,10 +95,7 @@ class PersonalScopeModal extends Component {
|
|||
];
|
||||
this.setState({
|
||||
targetTypeList,
|
||||
employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({
|
||||
key: it.value.toString(),
|
||||
showname: it.defaultLabel
|
||||
}))
|
||||
employeeStatus: _.map(_.filter(data, o => o.value !== 7), it => ({ key: it.enum, showname: it.defaultLabel }))
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue