1178232204@qq.com пре 3 година
родитељ
комит
6317e2a635
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/js/doctorQcAverageDetail.js

+ 2 - 2
src/js/doctorQcAverageDetail.js

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