|
@@ -378,9 +378,9 @@ $(function () {
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"deptId": deptId,
|
|
"deptId": deptId,
|
|
/*"type": statisticsType||2,*/ //1-本月,2-本年
|
|
/*"type": statisticsType||2,*/ //1-本月,2-本年
|
|
- "startDate": start,
|
|
|
|
|
|
+ "startDate": startDateParam,
|
|
"isPlacefile": isPlacefile,
|
|
"isPlacefile": isPlacefile,
|
|
- "endDate": end
|
|
|
|
|
|
+ "endDate": endDateParam
|
|
};
|
|
};
|
|
const url = hospital == '台州市立' ? api.exportDeptFlawsTz : api.exportDeptFlaws;
|
|
const url = hospital == '台州市立' ? api.exportDeptFlawsTz : api.exportDeptFlaws;
|
|
expJson(api.doctorAverageStatisticsExport, param).then(res => {
|
|
expJson(api.doctorAverageStatisticsExport, param).then(res => {
|