|
@@ -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;
|