|
@@ -137,6 +137,7 @@ class AddNewInspect extends React.Component {
|
|
this.setState({ dateTime: date, date: false })
|
|
this.setState({ dateTime: date, date: false })
|
|
}
|
|
}
|
|
handleSearchAdvice(e) {
|
|
handleSearchAdvice(e) {
|
|
|
|
+ const {refreshScroller}=this.props
|
|
let tmpShow = this.state.show;
|
|
let tmpShow = this.state.show;
|
|
this.setState({ show: !tmpShow, pageTop: getPageCoordinate(e).boxTop })
|
|
this.setState({ show: !tmpShow, pageTop: getPageCoordinate(e).boxTop })
|
|
// e.stopPropagation();
|
|
// e.stopPropagation();
|