|
@@ -165,6 +165,10 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
store.dispatch({type:SETREADDITEMS}); //清空已存的血压加号项
|
|
store.dispatch({type:SETREADDITEMS}); //清空已存的血压加号项
|
|
store.dispatch(clearAssistData([],'',[]));
|
|
store.dispatch(clearAssistData([],'',[]));
|
|
store.dispatch(clearAllLabel([],[],''));
|
|
store.dispatch(clearAllLabel([],[],''));
|
|
|
|
+ //右侧搜索条件清空
|
|
|
|
+ $("#clearTemplateSearch,#clearMedicalInfoSearch,#medicalInfoFilter:first-child").click();
|
|
|
|
+ //tab跳回辅助信息
|
|
|
|
+ store.dispatch(tabChange('0'));
|
|
store.dispatch({
|
|
store.dispatch({
|
|
type: SET_TIPS,
|
|
type: SET_TIPS,
|
|
tips: {}
|
|
tips: {}
|
|
@@ -285,6 +289,10 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
if(type == 'template'){ //结构化模板回读
|
|
if(type == 'template'){ //结构化模板回读
|
|
let dataJsonStr = JSON.parse(reData.preview);
|
|
let dataJsonStr = JSON.parse(reData.preview);
|
|
// console.log(dataJson,dataJsonStr,'结构化模板引用')
|
|
// console.log(dataJson,dataJsonStr,'结构化模板引用')
|
|
|
|
+ //清空已选的指标推送数据及填的值
|
|
|
|
+ store.dispatch({
|
|
|
|
+ type: CLEAR_ASSESS_RESULT_VALUE,
|
|
|
|
+ });
|
|
store.dispatch({
|
|
store.dispatch({
|
|
type: CLEAR_MAIN_SUIT,
|
|
type: CLEAR_MAIN_SUIT,
|
|
data:dataJson.chief,
|
|
data:dataJson.chief,
|
|
@@ -347,6 +355,10 @@ const pushAllDataList =(whichSign,action,reData,type) =>{ //回读清
|
|
store.dispatch(tabChange('0'));
|
|
store.dispatch(tabChange('0'));
|
|
}else{ //结构化历史病历回读
|
|
}else{ //结构化历史病历回读
|
|
let dataJsonStr = reData.detailList;
|
|
let dataJsonStr = reData.detailList;
|
|
|
|
+ //清空已选的指标推送数据及填的值
|
|
|
|
+ store.dispatch({
|
|
|
|
+ type: CLEAR_ASSESS_RESULT_VALUE,
|
|
|
|
+ });
|
|
store.dispatch({
|
|
store.dispatch({
|
|
type: CLEAR_MAIN_SUIT,
|
|
type: CLEAR_MAIN_SUIT,
|
|
data:dataJson.chief,
|
|
data:dataJson.chief,
|