|
|
@@ -242,7 +242,7 @@ export default {
|
|
|
handleExport() {
|
|
|
this.download('core/safetyInspectReport/selfInspectExport', {
|
|
|
...this.queryParams
|
|
|
- }, `${'【' + this.orgName + '】' + '-网点负责人自查统计报表-' + this.formatTime(new Date(), 'YYYYMMDD')}.xlsx`)
|
|
|
+ }, `${ this.orgName+'-网点负责人自查统计报表-' + this.formatTime(new Date(), 'YYYYMMDD')}.xlsx`)
|
|
|
},
|
|
|
|
|
|
|