|
@@ -202,7 +202,7 @@ function bindTabClick(){
|
|
|
const hospitalId= getUrlArgObject('hospitalId');
|
|
|
const hisName= getUrlArgObject('hisName');
|
|
|
const hisDetailName= getUrlArgObject('hisDetailName');
|
|
|
- openNewWin("staticInfoOut.html?hospitalId="+encodeURIComponent(hospitalId)+"&hisName="+encodeURIComponent(hisName)+"&hisDetailName="+encodeURIComponent(hisDetailName)+"&type="+encodeURIComponent(type));
|
|
|
+ openNewWin("staticInfoOut.html?hospitalId="+encodeURIComponent(hospitalId)+"&hisName="+encodeURIComponent(hisName)+"&hisDetailName="+encodeURIComponent(hisDetailName||'')+"&type="+encodeURIComponent(type));
|
|
|
})
|
|
|
}
|
|
|
function adjustHeight() {
|