|
@@ -555,7 +555,7 @@ $(function() {
|
|
"endDate":dateEnd
|
|
"endDate":dateEnd
|
|
}
|
|
}
|
|
expJson(api.exportIndexQualified,param).then(res =>{
|
|
expJson(api.exportIndexQualified,param).then(res =>{
|
|
- downloadExportedData(res.data, dateStatrt.slice(0,10).replace(/-/g,"")+"-"+dateEnd.slice(0,10).replace(/-/g,"")+"病案首页合格率占比.xls")
|
|
|
|
|
|
+ downloadExportedData(res.data, dateStatrt.slice(0,10).replace(/-/g,"")+"-"+dateEnd.slice(0,10).replace(/-/g,"")+"病案首页.xls")
|
|
})
|
|
})
|
|
|
|
|
|
})
|
|
})
|