|
@@ -6,11 +6,11 @@ import {getEMRParams,didPushParamChange,inspectAndAssist,fullfillText,checkFullf
|
|
|
import {Notify} from '@commonComp';
|
|
|
import {billing} from '@store/async-actions/pushMessage';
|
|
|
import {SETOTHERHISTORY,ISREAD} from "../types/homePage";
|
|
|
-import {SAVE_TABLE_RESULT,SET_CHRONIC_PUSHS} from "../types/pushMessage";
|
|
|
import config from "@config/index";
|
|
|
import {CURRENT_CHRONIC} from '@store/types/currentIll';
|
|
|
import {MODI_LOADING} from '@store/types/homePage.js';
|
|
|
import {GET_ALL_HIS,FILTER_ALL_HIS} from '@store/types/emergencyHis.js';
|
|
|
+import {SET_IMPORT_CHECKBODY_LABEL} from "../types/checkBody";
|
|
|
|
|
|
const api={
|
|
|
// getSpreadModule:'/questionInfo/getByIds',
|
|
@@ -159,7 +159,14 @@ export function pregetCheckbodyData(flag){ //flag=true获取到数据后立
|
|
|
};
|
|
|
json(api.getBigPush,param).then((res)=>{
|
|
|
if(+res.data.code === 0){
|
|
|
- const data = res.data.data&&res.data.data.moduleVital;
|
|
|
+ const obj = res.data.data;
|
|
|
+ const data = obj&&obj.moduleVital;
|
|
|
+ const vitalIds = obj&&obj.vitalIds;
|
|
|
+ //查体高亮标签
|
|
|
+ dispatch({
|
|
|
+ type:SET_IMPORT_CHECKBODY_LABEL,
|
|
|
+ labels:vitalIds
|
|
|
+ });
|
|
|
dispatch({
|
|
|
type:PRESET,
|
|
|
data:data
|