Browse Source

智能警示类型添加

zhangxc 4 years ago
parent
commit
ac4f5f1137
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/css/cdss.less
  2. 1 1
      src/js/smartAlert.js

+ 2 - 2
src/css/cdss.less

@@ -25,10 +25,10 @@ body{
     font-size: 12px;
     color: #979797;
     padding-top: 15px;
-    position: absolute;
+    position: fixed;
     left: 0;
     width: 100%;
-    bottom: 14px;
+    bottom: 28px;
     background-color: #fff;
 }
 .disclaimer {

+ 1 - 1
src/js/smartAlert.js

@@ -8,7 +8,7 @@ $(function(){
     return post(config.getMr2,{mrId:mrId})
   }
   function getPusgWarning(){
-    return  post(config.indicationPush,Object.assign({},msg,{ruleType: '1,2,3',hospitalId:hospitalIdUrl||msg.hospitalId}))
+    return  post(config.indicationPush,Object.assign({},msg,{ruleType: '1,2,3,4',hospitalId:hospitalIdUrl||msg.hospitalId}))
   }
   getMRInfo().then(res =>{
     msg = res.data.data ||{}