Browse Source

bug(5172,5169)

zhangxc 5 years ago
parent
commit
c227fd3fcf
2 changed files with 4 additions and 4 deletions
  1. 3 3
      src/js/qcList.js
  2. 1 1
      src/js/qcListDept.js

+ 3 - 3
src/js/qcList.js

@@ -853,9 +853,9 @@ $((function($){
             "deptId": deptId,
             "doctorCode":doctorNum,
             "doctorName": doctorName,
-            "leaveHosDateEnd": '2020-04-03 00:00:00'||behosDateEnd,
-            "leaveHosDateStart": '2020-04-01 00:00:00'||behosDateStart,
-            "level": 2||level,
+            "leaveHosDateEnd": behosDateEnd,
+            "leaveHosDateStart": behosDateStart,
+            "level": level,
             "name": name
         }
         expJson(api.exportQcList,param).then(res =>{

+ 1 - 1
src/js/qcListDept.js

@@ -853,7 +853,7 @@ $((function($){
             "level": level,
             "name": name
         }
-        expJson(api.exportQcList,param).then(res =>{
+        expJson(api.exportQcListDept,param).then(res =>{
             downloadExportedData(res.data, behosDateStart.slice(0,10).replace(/-/g,"")+"-"+behosDateEnd.slice(0,10).replace(/-/g,"")+"抽查住院病历质量情况.xls")
         })