|
@@ -35,6 +35,9 @@ class CheckBody extends Component{
|
|
this.setState({boxLeft:next.boxLeft})
|
|
this.setState({boxLeft:next.boxLeft})
|
|
}
|
|
}
|
|
isThereHigh(arr,ids){
|
|
isThereHigh(arr,ids){
|
|
|
|
+ if(!arr||!ids){
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
const item = arr.find((it)=>{
|
|
const item = arr.find((it)=>{
|
|
return ids.includes(it.id);
|
|
return ids.includes(it.id);
|
|
});
|
|
});
|