|
@@ -359,16 +359,16 @@ $(function() {
|
|
|
return
|
|
|
}
|
|
|
const param = {
|
|
|
- "deptName": deptName,
|
|
|
- "asc":data_asc, //升序
|
|
|
- "desc":data_desc, //降序
|
|
|
- "startDate":startDateParam,
|
|
|
- "endDate":endDateParam
|
|
|
+ name: deptName,
|
|
|
+ asc:data_asc, //升序
|
|
|
+ desc:data_desc, //降序
|
|
|
+ startDate:startDateParam,
|
|
|
+ endDate:endDateParam,
|
|
|
}
|
|
|
- expJson(api.entryStatisticsExport,param).then(res =>{
|
|
|
- downloadExportedData(res.data, "关键条目缺陷占比.xls")
|
|
|
+ expJson(api.unModifyMRStatisticsExport,param).then(res =>{
|
|
|
+ downloadExportedData(res.data, "未整改病历统计.xls")
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
// 初始渲染TableTitle
|
|
|
// getPageSet().then(res =>{
|
|
|
// $(".filter").click(); //初始查询
|