Browse Source

推送参数对比函数bug修改

zhouna 6 năm trước cách đây
mục cha
commit
e4fd3e2237
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/utils/tools.js

+ 2 - 1
src/utils/tools.js

@@ -658,7 +658,8 @@ function didPushParamChange(){
     pacs: emrData.pacs,
     sex: emrData.sex,
     vital:emrData.vital,
-    symptom: emrData.current + emrData.main
+    symptom: emrData.current + emrData.main,
+    hosCode:emrData.hospitalCode
   });
   if(newParams == oldParams){
       return false;