|
@@ -61,7 +61,7 @@ $(function() {
|
|
|
$.alerModal({"message":'开始时间不能大于结束时间~',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
return
|
|
|
}
|
|
|
- expJson(api.getQcClickInnerPageByExport,param).then(res =>{
|
|
|
+ expJson(api.getQcClickInnerPageByExport,param,{noPlacefile:true}).then(res =>{
|
|
|
downloadExportedData(res.data,"临床质控使用统计详情"+startDateParam.substr(0,10).replace(/\//g,'')+"-"+endDateParam.substr(0,10).replace(/\//g,'')+".xls");
|
|
|
})
|
|
|
})
|
|
@@ -152,7 +152,7 @@ function getTabData(activePage){
|
|
|
const param = getFilterParam(activePage);
|
|
|
$('.pagination').html("")
|
|
|
$('.tbody').html(emptyBox('努力加载中...','',1))
|
|
|
- post(api.getQcClickDept,param).then(res =>{
|
|
|
+ post(api.getQcClickDept,param,{noPlacefile:true}).then(res =>{
|
|
|
if(res.data.code == '0'){
|
|
|
const data = res.data.data;
|
|
|
const detail =data.records||[];
|