|
@@ -37,9 +37,9 @@ class PushData extends Component{
|
|
|
|
|
|
render(){
|
|
|
const {hashNum } = this.state
|
|
|
- const {mrId,planCode,showPushData,togglePushData ,windowWidth,windowHeight} = this.props
|
|
|
+ const {mrId,planCode,showPushData,togglePushData ,windowWidth,windowHeight,hospitalId} = this.props
|
|
|
console.log(windowWidth,windowHeight)
|
|
|
- const url =`${pushPage2}?mrId=${mrId}&planCode=${planCode}`;
|
|
|
+ const url =`${pushPage2}?mrId=${mrId}&planCode=${planCode}&hospitalId=${hospitalId}`;
|
|
|
return <div >
|
|
|
{!showPushData&&<div className={style['slideButton']} style={{right:(windowWidth-1200)/2+'px'}} onClick={this.showPushData}>
|
|
|
朗通智能提醒
|