@@ -63,6 +63,11 @@ class CommonSymptom extends Component{
conceptId
})
}
+ componentWillReceiveProps(next){
+ if(next.show!==this.props.show){
+ this.handleClear();
+ }
getStyle(id){
const {conceptId} = this.state;
if(conceptId.includes(id)){