|
@@ -8,7 +8,7 @@ $(function(){
|
|
return post(config.getMr2,{mrId:mrId})
|
|
return post(config.getMr2,{mrId:mrId})
|
|
}
|
|
}
|
|
function getPusgWarning(){
|
|
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 =>{
|
|
getMRInfo().then(res =>{
|
|
msg = res.data.data ||{}
|
|
msg = res.data.data ||{}
|