|
@@ -142,7 +142,7 @@ class CurrentIll extends Component{
|
|
|
}
|
|
|
|
|
|
render(){
|
|
|
- const {fuzhen,type,fetchPushInfos,handleInput,isRead,saveText,searchData,totalHide,showArr,focusIndex,editClear,data,boxLeft,boxTop} = this.props;
|
|
|
+ const {fuzhen,isChronic,type,fetchPushInfos,handleInput,isRead,saveText,searchData,totalHide,showArr,focusIndex,editClear,data,boxLeft,boxTop} = this.props;
|
|
|
const {showMoudle,forbidInput,boxMark,show} = this.state;
|
|
|
const searchFlag = searchData.length > 0 ? true : false;
|
|
|
|
|
@@ -151,6 +151,7 @@ class CurrentIll extends Component{
|
|
|
isRead={isRead}
|
|
|
value={saveText[0]}
|
|
|
fuzhen={fuzhen}
|
|
|
+ isChronic={isChronic}
|
|
|
handlePush={fetchPushInfos}
|
|
|
handleInput={handleInput}/>;
|
|
|
}
|