|
@@ -1249,7 +1249,7 @@ $(function($){
|
|
|
param = { ...param, improveType }
|
|
|
}
|
|
|
expJson(api.badLevelPagePageExport,param).then(res =>{
|
|
|
- downloadExportedData(res.data, "不合格数病历.xls")
|
|
|
+ downloadExportedData(res.data, $(".partTitle").text() + ".xls")
|
|
|
})
|
|
|
// expJson(api.qcResultShortPageExport,param).then(res =>{
|
|
|
// downloadExportedData(res.data, $(".partTitle").text()+".xls")
|