|
@@ -156,10 +156,9 @@ function bindTabClick(){
|
|
|
})
|
|
|
$("#openWin").on("click",function(){
|
|
|
const type= getUrlArgObject('type');
|
|
|
- const hospitalId= getUrlArgObject('hospitalId');
|
|
|
- const hisName= getUrlArgObject('hisName');
|
|
|
- const hisDetailName= getUrlArgObject('hisDetailName');
|
|
|
- openNewWin("informationOut.html?hospitalId="+encodeURIComponent(hospitalId)+"&hisName="+encodeURIComponent(hisName)+"&hisDetailName="+encodeURIComponent(hisDetailName)+"&type="+encodeURIComponent(type));
|
|
|
+ const name= getUrlArgObject('name');
|
|
|
+ const position= getUrlArgObject('position');
|
|
|
+ openNewWin("information.html?name="+encodeURIComponent(name)+"&position="+encodeURIComponent(position)+"&type="+encodeURIComponent(type));
|
|
|
})
|
|
|
}
|
|
|
function adjustHeight() {
|