Browse Source

接口掉错了

luolei 4 years ago
parent
commit
1e8dd615c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/quexianDetailControlHome.js

+ 1 - 1
src/js/quexianDetailControlHome.js

@@ -611,7 +611,7 @@ $(function() {
             "startDate":startDateParam,
             "endDate":endDateParam
         }
-        expJson(api.entryGroupExportByDeptEntry,param).then(res =>{
+        expJson(api.entryCountGroupByEntryExport,param).then(res =>{
             downloadExportedData(res.data, "病案首页合格率占比 / 缺陷列表.xls")
         })
     })