|
@@ -78,6 +78,8 @@ function getTabData(activePage) {
|
|
|
return
|
|
|
}
|
|
|
const param = {
|
|
|
+ current: activePage,
|
|
|
+ size: 15,
|
|
|
"asc": data_asc,
|
|
|
"desc": data_desc,
|
|
|
"doctorName": doctorName || "",
|
|
@@ -367,7 +369,7 @@ $(function () {
|
|
|
"desc": data_desc,
|
|
|
"doctorName": doctorName || "",
|
|
|
"doctorId":doctorNum || "",
|
|
|
- "deptName": deptName == "全部" ? "" : deptName || "",
|
|
|
+ "deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
|
"deptId": deptId,
|
|
|
/*"type": statisticsType||2,*/ //1-本月,2-本年
|
|
|
"startDate": startDateParam,
|