|
@@ -4,8 +4,6 @@ import chronicPic from "../../common/images/chronic.png";
|
|
|
import level1 from "../../common/images/级别1.png";
|
|
|
import tableIcon from '@common/images/table.png';
|
|
|
import allTableIcon from '@common/images/all-table.png';
|
|
|
-import add from '@common/images/add-result.png';
|
|
|
-import added from '@common/images/first.png';
|
|
|
import checkIcon from '@common/images/check.png';
|
|
|
import up from '@common/images/slide-up.png';
|
|
|
import down from '@common/images/slide-down.png';
|
|
@@ -152,6 +150,9 @@ class ChronicInfo extends React.Component{
|
|
|
return ;
|
|
|
}
|
|
|
this.handleAddAssessItem(scaleParam.v,scaleParam.i,scaleParam.j);
|
|
|
+ this.setState({
|
|
|
+ scaleParam:{}
|
|
|
+ });
|
|
|
}
|
|
|
this.props.hideList({name:'showTable',value:false});
|
|
|
}
|
|
@@ -501,7 +502,7 @@ class ChronicInfo extends React.Component{
|
|
|
const scaleFooter = <Footer print={true}
|
|
|
footText={showHide.isPop||!chronicMagItem?"确定":"加入病例记录"}
|
|
|
handlePrint={this.onPrint}
|
|
|
- handleConfirm={()=>{this.comfirnTable()}}/>;
|
|
|
+ handleConfirm={this.comfirnTable}/>;
|
|
|
return <div className={style["tips"]} style={{marginBottom:'15px'}}>
|
|
|
<div className={`${style["tips-title"]} ${style["chronic"]}`}>
|
|
|
<div className={style["tips-name"]}>
|