Browse Source

文本模式现病史文字模板去除473

zhouna 5 years ago
parent
commit
d5a85f9565
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/components/Textarea/index.jsx

+ 2 - 2
src/common/components/Textarea/index.jsx

@@ -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){