Explorar o código

导出时间修改

1178232204@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
6317e2a635
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/js/doctorQcAverageDetail.js

+ 2 - 2
src/js/doctorQcAverageDetail.js

@@ -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 => {