zhouna 4 years ago
parent
commit
ac3137923f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/staticInfoOut.js

+ 1 - 1
src/js/staticInfoOut.js

@@ -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() {