zhouna 3 년 전
부모
커밋
381758933f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;