Browse Source

查体高亮推送接口修改

zhouna 6 years ago
parent
commit
752cf621cc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/store/async-actions/fetchModules.js
  2. 1 1
      src/store/async-actions/pushMessage.js

+ 1 - 1
src/store/async-actions/fetchModules.js

@@ -148,7 +148,7 @@ export function pregetCheckbodyData(flag){     //flag=true获取到数据后立
     const emrData = getEMRParams();
     const param = {
       age: emrData.age,
-      featureType: "1,4,7",
+      featureType: "1,4,41,7",
       diag: emrData.dis,
       lis: emrData.lis,
       other: emrData.other,

+ 1 - 1
src/store/async-actions/pushMessage.js

@@ -25,7 +25,7 @@ export const billing = (mdata,boxMark) => {
   const emrData = getEMRParams();
   const params = {
     age: emrData.age,
-    featureType: getCheck?"4,5,6,7":"5,6,7",
+    featureType: getCheck?"4,41,5,6,7":"4,5,6,7",    //41只返回查体模板,4只返回查体高亮
     // featureType: "22",
     diag: emrData.dis,
     lis: emrData.lis,