hotfix/2.9.42309.01
This commit is contained in:
parent
f18bda74f4
commit
85867da080
|
|
@ -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
|
|
||||||
}))
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue