|
|
@@ -220,7 +220,7 @@
|
|
|
handleExport() {
|
|
|
this.download('core/monitorAccessReport/export', {
|
|
|
...this.queryParams
|
|
|
- }, `${'【'+this.orgName+'】'+'-监控调阅报表-'+this.formatTime(new Date(),'YYYYMMDD')}.xlsx`)
|
|
|
+ }, `${'【'+this.orgName+'】'+'-监控调阅统计报表-'+this.formatTime(new Date(),'YYYYMMDD')}.xlsx`)
|
|
|
},
|
|
|
|
|
|
getList() {
|
|
|
@@ -229,7 +229,7 @@
|
|
|
listReport(this.queryParams).then(response => {
|
|
|
this.checkList = response.data;
|
|
|
this.title=response.title;
|
|
|
- // this.total = response.data.total;
|
|
|
+ this.orgName = response.orgName;
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|