zhouna 4 年之前
父節點
當前提交
ac3137923f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() {