|
@@ -230,7 +230,7 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
flg:true
|
|
flg:true
|
|
})
|
|
})
|
|
storageLocal.remove('emrParam');
|
|
storageLocal.remove('emrParam');
|
|
- document.getElementById('EmrContainer').scrollIntoView()
|
|
|
|
|
|
+ document.getElementById('addScrollEvent').scrollTop = 0
|
|
// Notify.success('页面已清空')
|
|
// Notify.success('页面已清空')
|
|
}else if(type == 'preIcss'){
|
|
}else if(type == 'preIcss'){
|
|
store.dispatch({type: SET_READ_MODE, readMode: whichSign,isPreIcss:true});
|
|
store.dispatch({type: SET_READ_MODE, readMode: whichSign,isPreIcss:true});
|