|
@@ -119,6 +119,7 @@
|
|
|
title: "",
|
|
title: "",
|
|
|
// 是否显示弹出层
|
|
// 是否显示弹出层
|
|
|
open: false,
|
|
open: false,
|
|
|
|
|
+ orgName:null,
|
|
|
// 查询参数
|
|
// 查询参数
|
|
|
queryParams: {
|
|
queryParams: {
|
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
@@ -192,9 +193,9 @@
|
|
|
);
|
|
);
|
|
|
},
|
|
},
|
|
|
handleExport() {
|
|
handleExport() {
|
|
|
- this.download('core/safetyInspectReport/export', {
|
|
|
|
|
|
|
+ this.download('core/resumptionReport/intrusionTestExport', {
|
|
|
...this.queryParams
|
|
...this.queryParams
|
|
|
- }, `${'【'+this.orgName+'】'+'-检查统计报表-'+this.formatTime(new Date(),'YYYYMMDD')}.xlsx`)
|
|
|
|
|
|
|
+ }, `${'【'+this.orgName+'】'+'-报警测试报表-'+this.formatTime(new Date(),'YYYYMMDD')}.xlsx`)
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
@@ -203,7 +204,7 @@
|
|
|
listIntrusionTestReport(this.queryParams).then(response => {
|
|
listIntrusionTestReport(this.queryParams).then(response => {
|
|
|
this.checkList = response.data;
|
|
this.checkList = response.data;
|
|
|
this.title=response.title;
|
|
this.title=response.title;
|
|
|
- // this.total = response.data.total;
|
|
|
|
|
|
|
+ this.orgName=response.orgName;
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|