|
@@ -165,6 +165,10 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
|
store.dispatch({type:SETREADDITEMS}); //清空已存的血压加号项
|
|
|
store.dispatch(clearAssistData([],'',[]));
|
|
|
store.dispatch(clearAllLabel([],[],''));
|
|
|
+ //右侧搜索条件清空
|
|
|
+ $("#clearTemplateSearch,#clearMedicalInfoSearch,#medicalInfoFilter:first-child").click();
|
|
|
+ //tab跳回辅助信息
|
|
|
+ store.dispatch(tabChange('0'));
|
|
|
store.dispatch({
|
|
|
type: SET_TIPS,
|
|
|
tips: {}
|