|
@@ -51,6 +51,7 @@ class OtherHistory extends Component{
|
|
|
return;
|
|
|
}
|
|
|
if(+type===0&&!hasMain){
|
|
|
+ document.activeElement.blur(); //修改第一次提示后不再提示bug
|
|
|
Notify.error("无法操作,请先输入主诉");
|
|
|
return;
|
|
|
}
|
|
@@ -78,7 +79,6 @@ class OtherHistory extends Component{
|
|
|
boxLeft:boxLeft,
|
|
|
boxTop:boxTop
|
|
|
});
|
|
|
-
|
|
|
}
|
|
|
/*componentWillReceiveProps(next){
|
|
|
const isRead = this.props;
|