Browse Source

推送参数加主诉

zhouna 6 năm trước cách đây
mục cha
commit
e62e0aa608
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/async-actions/fetchModules.js

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

@@ -99,7 +99,7 @@ export function getInitData(){
       pacs: emrData.pacs,
       sex: emrData.sex,
       vital:emrData.vital,
-      symptom: emrData.current||emrData.main
+      symptom: emrData.current+emrData.main
     };
     json(api.getBigPush,param).then((res)=>{
       if(+res.data.code === 0){