|
@@ -28,7 +28,6 @@ class Textarea extends Component {
|
|
|
clearTimeout(stimer);
|
|
|
},config.delayPushTime);
|
|
|
if(text.trim() != '' && text != '<br>'){
|
|
|
- console.log(e.target.nextSibling)
|
|
|
e.target.nextSibling.innerText?(e.target.nextSibling.innerText = ''):(e.target.nextSibling.innerHTML = '')
|
|
|
}else{
|
|
|
e.target.nextSibling.innerText?(e.target.nextSibling.innerText = '报告描述或意见'):(e.target.nextSibling.innerHTML = '报告描述或意见')
|