|
@@ -41,11 +41,11 @@ class Textarea extends Component {
|
|
|
});
|
|
|
}
|
|
|
handleFocus&&handleFocus(); //其他史、查体获取数据的方法
|
|
|
- if(fuzhen&& !isChronic&&!(this.$dom.current.innerText?this.$dom.current.innerText:this.$dom.current.innerHTML)){
|
|
|
+ /*if(fuzhen&& !isChronic&&!(this.$dom.current.innerText?this.$dom.current.innerText:this.$dom.current.innerHTML)){
|
|
|
const text = config.currentText.replace("(**)",fuzhen.replace(";",''));
|
|
|
this.$dom.current.innerText?(this.$dom.current.innerText = text):(this.$dom.current.innerHTML = text);
|
|
|
handleInput&&handleInput({text});
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
|
handleInput(e){
|