zhouna 3 lat temu
rodzic
commit
381758933f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/js/dept/statisticsDetailDept.js

+ 0 - 1
src/js/dept/statisticsDetailDept.js

@@ -23,7 +23,6 @@ let casesId = getUrlArgObjectNew("casesId",srcUrl)||"";
 let deptListDept = JSON.parse(getCookie("deptList"))||[]
 let doctorNameParam = getUrlArgObjectNew("doctorName", srcUrl) || ""
 let doctorNumParam = getUrlArgObjectNew("doctorId", srcUrl) || ""
-doctorNumParam = doctorNumParam==='-'?'':doctorNumParam;
 $('.doctorInp').val(doctorNameParam)
 $('.doctorNumInp').val(doctorNumParam)
 let currentPage;