import React, { Component } from 'react'; import style from './index.less'; import delIcon from '@common/images/del_nor.png'; import {windowEventHandler,getCurrentDate,getWindowInnerHeight} from '@utils/tools' class MedicalInfo extends Component { constructor(props) { super(props); this.$inp = React.createRef(); this.$cont = React.createRef(); this.state={ val:'' }; this.search = this.search.bind(this); this.handleChange = this.handleChange.bind(this); this.clear = this.clear.bind(this); this.getSearchList = this.getSearchList.bind(this); } getSearchList() { const { getAllConceptDetail,searchResult } = this.props; return searchResult && searchResult.map((item) => { return
医学知识搜索
{val?:''}
查询内容
暂无搜索结果!
}